QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#227367#7524. A Challenge For a Touristucup-team1881WA 3ms17976kbC++203.0kb2023-10-27 13:25:292023-10-27 13:25:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6 6
5 6 3
6 2 2
1 2 1
2 3 2
2 4 3
4 5 4
3
1 3 1
1 3 3
1 3 5

output:

6
-1
2
4

result:

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