比赛 |
20141105 |
评测结果 |
WAWAWAWAWAWAWAWAWAWA |
题目名称 |
月考统计 |
最终得分 |
50 |
用户昵称 |
黑駒 |
运行时间 |
0.027 s |
代码语言 |
Pascal |
内存使用 |
0.17 MiB |
提交时间 |
2014-11-05 11:23:05 |
显示代码纯文本
begin
assign(input,'ExamStat.in');
assign(output,'ExamStat.out');
reset(input);
rewrite(output);
writeln('SOMEONE LAY!');
close(input);
close(output);
end.