比赛 20141105 评测结果 C
题目名称 月考统计 最终得分 0
用户昵称 Satoshi 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2014-11-05 11:33:30
显示代码纯文本
#include <fstream>
#include <string>
using namespace std;
ifstream in("ExamStat.in");
ofstream out("ExamStat.out");
int main()
{
	cout<<"SOMEONE LAY!"<<endl;
	in.close();
	out.close();
	return 0;
}