比赛 20120705 评测结果 WWWWWWWWWW
题目名称 塔防游戏 最终得分 0
用户昵称 wo shi 刘畅 运行时间 0.000 s
代码语言 Pascal 内存使用 0.00 MiB
提交时间 2012-07-05 10:42:55
显示代码纯文本
begin
  assign(input,'defence.in'); reset(input);
  assign(output,'defence.out'); rewrite(output);
  writeln(-1);
  close(input); 
  close(output);
end.