QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#600127#6560. Broken Minimum Spanning Treeucup-team132#WA 0ms4108kbC++203.2kb2024-09-29 14:54:022024-09-29 14:54:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

add 3 4
add 2 3
add 1 2
1
1 4

result:

wrong output format Expected integer, but "add" found