比赛 | 20091110 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | 高速公路 | 最终得分 | 0 |
用户昵称 | ReimBurSe. | 运行时间 | 0.000 s |
代码语言 | Pascal | 内存使用 | 0.00 MiB |
提交时间 | 2009-11-10 11:53:07 | ||
Program highway; Begin assign(output,'highway.out'); rewrite(output); writeln('731.75'); close(output); End.