QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#348831#7933. Build PermutationMaMengQiWA 11ms9968kbPython3543b2024-03-09 21:40:432024-03-09 21:40:44

詳細信息

Test #1:

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

input:

5
4 2 5 1 3

output:

[2, 1, 4, 3, 5]

result:

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