比赛 | 20110722 | 评测结果 | WWAWWWWAAAW |
---|---|---|---|
题目名称 | 解析程序 | 最终得分 | 36 |
用户昵称 | Pom | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2011-07-22 10:33:01 | ||
#include <iostream> #include <cstdlib> #include <cstring> #include <cstdio> #include <cmath> using namespace std; int main() { freopen("parser.in","r",stdin); freopen("parser.out","w",stdout); cout<<"Wrong Format"<<endl; return 0; }