比赛 20120707 评测结果 WWWWWWWWWWWWWWWWWWWW
题目名称 修整数列 最终得分 0
用户昵称 wo shi 刘畅 运行时间 0.005 s
代码语言 Pascal 内存使用 0.17 MiB
提交时间 2012-07-07 11:04:04
显示代码纯文本
begin
  assign(input,'seq.in'); reset(input);
  assign(output,'seq.out'); rewrite(output);
  writeln(9);
  close(input);
  close(output);
end.