比赛 20120711 评测结果 WWWWWWWAWWWWWWWWW
题目名称 Redundant Paths 最终得分 5
用户昵称 wo shi 刘畅 运行时间 0.003 s
代码语言 Pascal 内存使用 0.17 MiB
提交时间 2012-07-11 10:31:19
显示代码纯文本
begin
  assign(input,'rpathsa.in'); reset(input);
  assign(output,'rpathsa.out'); rewrite(output);
  writeln(4);
  close(input);
  close(output);
end.