QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#348822#7933. Build PermutationZhangYiDeWA 11ms9992kbPython3431b2024-03-09 21:36:062024-03-09 21:36:07

详细

Test #1:

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

input:

5
4 2 5 1 3

output:

[2, 1, 4, 3, 5]

result:

wrong output format Expected integer, but "[2," found