QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#262856#6404. Shuttle TourZhaoZiLongWA 3ms17168kbC++172.9kb2023-11-24 09:27:012023-11-24 09:27:01

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 17168kb

input:

5 6
10110
1 2 1
1 3 10
2 4 100
3 5 1000
2 1 5
1 3
2 1 5
2 2 4
2 5 5
2 1 1

output:

284
222
202
0
-1
0

result:

wrong answer 1st numbers differ - expected: '222', found: '284'