QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#140599#6698. Flipping GameZhangYiDeWA 0ms3468kbC++20649b2023-08-16 12:23:222023-08-16 12:23:25

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3468kb

input:

3
3 2 1
001
100
3 1 2
001
100
3 3 2
001
100

output:

3
1
3
99

result:

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