比赛 HAOI2009 模拟试题1 评测结果 AWWWWAWWWWWWWWWWWWWW
题目名称 劣质编码 最终得分 10
用户昵称 绝对零度 运行时间 0.000 s
代码语言 Pascal 内存使用 0.00 MiB
提交时间 2011-03-25 20:51:06
显示代码纯文本
program aaa;
begin
 assign(input,'codez.in');
 reset(input);
 assign(output,'codez.out');
 rewrite(output);
 writeln('2');
 close(input);
 close(output);
end.