QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#367711#7933. Build PermutationZhaoZiLongWA 1ms3892kbC++201.1kb2024-03-26 12:15:232024-03-26 12:15:24

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3892kb

input:

5
4 2 5 1 3

output:

2 4 1 5 3 

result:

wrong answer