比赛 NOIP_5 评测结果 WWAWWWWWWW
题目名称 Perform巡回演出 最终得分 10
用户昵称 Achilles 运行时间 0.000 s
代码语言 Pascal 内存使用 0.00 MiB
提交时间 2008-09-24 21:50:57
显示代码纯文本
begin
  assign(output,'candy.out');
  rewrite(output);
  writeln(0);
  close(output);
end.