比赛 | 20091026 | 评测结果 | WWAWWWWWWW |
---|---|---|---|
题目名称 | 电话网络 | 最终得分 | 10 |
用户昵称 | ReimBurSe. | 运行时间 | 0.000 s |
代码语言 | Pascal | 内存使用 | 0.00 MiB |
提交时间 | 2009-10-26 20:25:24 | ||
Program phone; Begin assign(input,'phone.in'); assign(output,'phone.out'); reset(input); rewrite(output); writeln('-1'); close(input); close(output); End.