QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#879276#7757. Palm IslandHuangHanShengWA 0ms3584kbC++231.5kb2025-02-01 23:13:372025-02-01 23:13:38

詳細信息

Test #1:

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

input:

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

output:

122111111
1211111111111111

result:

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