QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#352154#7933. Build PermutationZhangYiDeWA 0ms3536kbC++981.4kb2024-03-12 22:08:082024-03-12 22:08:08

詳細信息

Test #1:

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

input:

5
4 2 5 1 3

output:

1 3 5 0 0 

result:

wrong answer Integer 0 violates the range [1, 5]