QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#556492#7757. Palm IslandHuangHanShengWA 0ms3596kbC++20935b2024-09-10 18:52:252024-09-10 18:52:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

211
211111

result:

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