QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#556509#7757. Palm IslandMaMengQiWA 0ms3788kbC++20756b2024-09-10 19:03:582024-09-10 19:03:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

221111
112112111111

result:

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