QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#348988#7933. Build PermutationZhaoZiLongWA 8ms9960kbPython3744b2024-03-09 22:49:472024-03-09 22:49:48

详细

Test #1:

score: 0
Wrong Answer
time: 8ms
memory: 9960kb

input:

5
4 2 5 1 3

output:

2 1 5 4 3

result:

wrong answer