QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#628942#7749. A Simple MST ProblemHuangHanShengWA 538ms115240kbC++232.7kb2024-10-10 23:22:512024-10-10 23:22:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 538ms
memory: 115240kb

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'