QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#506875#7415. Fast Spanning Treeegypt_ioi2024_04WA 0ms11808kbC++202.9kb2024-08-06 00:24:452024-08-06 00:24:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

4
1 2 3 4 

result:

wrong answer 2nd numbers differ - expected: '2', found: '1'