QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#869425#9865. DollsWarrnaCuteWA 0ms3840kbC++984.1kb2025-01-25 09:19:502025-01-25 09:19:50

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

2
3
2
3
3
3
4
4

result:

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