QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#393887#6108. Permutation Arrangementucup-team2335#RE 0ms4072kbC++141.2kb2024-04-19 16:13:322024-04-19 16:13:32

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 4072kb

input:

10
3 -1 10 -1 8 -1 -1 -1 -1 -1

output:

3 1 10 2 8 4 6 9 5 7 

result:

ok 10 numbers

Test #2:

score: -100
Runtime Error

input:

2
-1 -1

output:


result: