QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#419103#6521. Swapping Operation2yh_Z77#WA 1ms3788kbC++142.5kb2024-05-23 17:53:582024-05-23 17:53:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

6
3
3

result:

wrong answer 1st numbers differ - expected: '7', found: '6'