比赛 | 防止颓废的小练习v0.15 | 评测结果 | WAWAWWWWWW |
---|---|---|---|
题目名称 | 统计单词数 | 最终得分 | 20 |
用户昵称 | 奥、神代号~ | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.31 MiB |
提交时间 | 2016-10-17 20:16:55 | ||
#include <fstream> #include <string> using namespace std; ifstream in("stat.in"); ofstream out("stat.out"); int n=1,x,i; string a; int main() { out<<-1; in.close(); out.close(); return 0; }