QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#593081#7757. Palm IslandZhangYiDeWA 0ms3600kbC++231.9kb2024-09-27 11:29:322024-09-27 11:29:32

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

111111111
1221111111111111

result:

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