比赛 | 20120711 | 评测结果 | AAWAWWAWWWAWWWWWW |
---|---|---|---|
题目名称 | Redundant Paths | 最终得分 | 29 |
用户昵称 | IMSL77 | 运行时间 | 0.001 s |
代码语言 | Pascal | 内存使用 | 0.17 MiB |
提交时间 | 2012-07-11 11:56:04 | ||
program rpathsa; begin assign(output,'rpathsa.out'); rewrite(output); writeln(2); close(output); end.