QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#568458#9313. Make Maxucup-team2383WA 1ms7772kbC++171.4kb2024-09-16 16:37:102024-09-16 16:37:11

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 7772kb

input:

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

output:

1 1
1 1
1 2
1
1 2
1 1
2 2
0
1 2 3 1 5 6 7
1 1
2 2
3 3
1 4
5 5
6 6
7 7
3
1 1 1
1 1
1 2
1 3
3

result:

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