QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#654201#9313. Make MaxZhaoZiLongWA 0ms3560kbC++20628b2024-10-18 21:14:192024-10-18 21:14:20

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

1
1
6
2

result:

wrong answer 2nd numbers differ - expected: '0', found: '1'