QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#166927#6400. Game: CelesteMaMengQiWA 3ms16156kbC++143.1kb2023-09-06 21:05:302023-09-06 21:05:30

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
5 2 3
1 2 3 4 5
5 2 3 1 4
3 1 2
1 4 7
3 3 3

output:

5 4 3 
-1

result:

wrong answer 1st lines differ - expected: '3', found: '5 4 3 '