QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#625539#7757. Palm Islanducup-team1138WA 1ms7648kbC++20898b2024-10-09 19:41:382024-10-09 19:41:40

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 7648kb

input:

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

output:

211
211

result:

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