QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#553489#8440. Toll Roadsucup-team1005#WA 0ms3724kbC++202.2kb2024-09-08 14:09:142024-09-08 14:09:14

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3724kb

input:

8 3
0 2
0 5
2 3
5 1
4 5
5 6
6 7

output:

2
3
0 7

result:

wrong answer Diameter is promised to be 2, but it equals to 3