QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#556475#7757. Palm IslandHuangHanShengWA 0ms3680kbC++201.0kb2024-09-10 18:43:542024-09-10 18:43:55

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

211
2111

result:

wrong answer On Case#1: After your operations, a[2] = 1 but a[2] = 3. (test case 1)