QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#405266#5650. Beppa and SwerChatMaMengQiWA 1ms3652kbC++201.8kb2024-05-05 15:48:152024-05-05 15:48:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
5
1 4 2 5 3
4 5 1 2 3
6
1 2 3 4 5 6
1 2 3 4 5 6
8
8 2 4 7 1 6 5 3
5 6 1 4 8 2 7 3
1
1
1

output:

3
3 
3
3 3 3 
2
3 3 
2
3 3 

result:

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