QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#68584#5208. Jumbled TreeslarryzhongWA 288ms94484kbC++172.8kb2022-12-17 13:55:412022-12-17 13:55:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 288ms
memory: 94484kb

input:

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

output:

8
20 1 3
10 1 2
0 1 3
0 1 3
0 1 3
30 2 3
0 1 2
0 1 3

result:

wrong answer Integer parameter [name=t] equals to 8, violates the range [-1, 6]