QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#629005#7749. A Simple MST ProblemGuanYunchangWA 559ms115680kbC++232.7kb2024-10-11 00:14:112024-10-11 00:14:12

Details

Tip: Click on the bar to expand more detailed information

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'