QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#516086#6404. Shuttle TourMaMengQiWA 35ms853868kbC++203.3kb2024-08-12 13:38:542024-08-12 13:38:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 35ms
memory: 853868kb

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:

-1
-1
-1
-1
-1

result:

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