QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#293808#7749. A Simple MST ProblemZhaoZiLongWA 63ms62540kbC++203.4kb2023-12-29 19:35:072023-12-29 19:35:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 63ms
memory: 62540kb

input:

5
1 1
4 5
1 4
1 9
19 810

output:

0
0
3
9
0

result:

wrong answer 2nd lines differ - expected: '2', found: '0'