比赛 |
20110928 |
评测结果 |
AWWWWWWWWW |
题目名称 |
垃圾陷阱 |
最终得分 |
10 |
用户昵称 |
201105 |
运行时间 |
0.000 s |
代码语言 |
C++ |
内存使用 |
0.00 MiB |
提交时间 |
2011-09-28 21:56:55 |
显示代码纯文本
#include<fstream>
#include<cstring>
#include<stdio.h>
using namespace std;
ifstream fin("well.in");
ofstream fout("well.out");
int main()
{
fout<<13;
return 0;
}