QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#602712#5148. Tree DistanceZhaoZiLongWA 0ms14196kbC++234.9kb2024-10-01 12:20:512024-10-01 12:20:51

详细

Test #1:

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

input:

5
1 2 5
1 3 3
1 4 4
3 5 2
5
1 1
1 4
2 4
3 4
2 5

output:

Clock started.
-1
3
7
7
2

result:

wrong output format Expected integer, but "Clock" found