QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#349005#7933. Build PermutationZhaoZiLongWA 11ms9976kbPython3773b2024-03-09 22:55:472024-03-09 22:55:47

詳細信息

Test #1:

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

input:

5
4 2 5 1 3

output:

2
1
5
4
3

result:

wrong answer