QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#349933#7933. Build PermutationZhangYiDeWA 6ms9460kbPython3527b2024-03-10 09:21:302024-03-10 09:21:31

詳細信息

Test #1:

score: 0
Wrong Answer
time: 6ms
memory: 9460kb

input:

5
4 2 5 1 3

output:

2 1 4 3 3

result:

wrong answer