QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#739889#9727. Barkley IIIucup-team3876WA 2ms9796kbC++234.4kb2024-11-12 23:46:062024-11-12 23:46:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 9796kb

input:

5 9
7 7 7 6 7
3 1 5
2 1 3
3 1 5
3 1 3
1 1 2 3
3 1 3
2 2 8
3 1 3
3 1 2

output:

6
6
-1
-1
-1
-1

result:

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