QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#153348#6521. Swapping Operationalch07WA 2ms7504kbC++144.3kb2023-08-29 22:47:562023-08-29 22:47:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
6
6 5 4 3 5 6
6
1 2 1 1 2 2
5
1 1 2 2 2

output:

7
5
4

result:

wrong answer 2nd numbers differ - expected: '3', found: '5'