QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#519032#7757. Palm Islanducup-team4645#WA 0ms3608kbC++231.4kb2024-08-14 15:36:382024-08-14 15:36:38

详细

Test #1:

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

input:

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

output:

221
21

result:

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