QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#344023#7933. Build PermutationZhangYiDeWA 0ms1644kbC111.4kb2024-03-03 14:05:202024-03-03 14:05:21

詳細信息

Test #1:

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

input:

5
4 2 5 1 3

output:

2 3 4 5 

result:

wrong output format Unexpected end of file - int32 expected