QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#345545#7933. Build PermutationZhangYiDeWA 11ms9952kbPython3417b2024-03-07 07:53:512024-03-07 07:53:52

详细

Test #1:

score: 0
Wrong Answer
time: 11ms
memory: 9952kb

input:

5
4 2 5 1 3

output:

2 4 1 5 3 

result:

wrong answer