QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#349943#7933. Build PermutationZhaoZiLongWA 11ms9972kbPython3571b2024-03-10 09:40:142024-03-10 09:40:15

详细

Test #1:

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

input:

5
4 2 5 1 3

output:

2 1 4 3 3

result:

wrong answer