QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#369724#7933. Build PermutationZhaoZiLongWA 0ms3564kbC++20539b2024-03-28 17:04:002024-03-28 17:04:00

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3564kb

input:

5
4 2 5 1 3

output:

4 5 2 1 3 

result:

wrong answer