QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#527475#6560. Broken Minimum Spanning Treeucup-team3556#WA 0ms3600kbC++172.8kb2024-08-22 15:47:412024-08-22 15:47:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 4
1 2 10
2 3 3
3 4 1
1 4 4

output:

2

1

1

1


result:

wrong answer bad swap 1 1