QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#68588#5208. Jumbled TreeslarryzhongWA 113ms43984kbC++172.9kb2022-12-17 13:59:182022-12-17 13:59:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 113ms
memory: 43984kb

input:

3 3 101
1 2 30
2 3 40
3 1 50

output:

6
91 1 3
0 1 3
40 1 2
0 1 2
0 1 2
0 1 2

result:

wrong answer Wrong value of edge 2 (1-based): expected = 50, actual = 91