QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#629005#7749. A Simple MST ProblemGuanYunchangWA 559ms115680kbC++232.7kb2024-10-11 00:14:112024-10-11 00:14:12

详细

Test #1:

score: 0
Wrong Answer
time: 559ms
memory: 115680kb

input:

5
1 1
4 5
1 4
1 9
19 810

output:

0
2
3
9
2464

result:

wrong answer 5th lines differ - expected: '1812', found: '2464'