QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#744036#7535. Limited Shuffle Restoringucup-team2172WA 0ms39596kbC++144.3kb2024-11-13 20:38:482024-11-13 20:38:59

详细

Test #1:

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

input:

5
>
>
>
<
>
>
>
>

output:

? 4 5
? 2 1
? 2 1
? 3 1
? 5 3
? 5 2
? 4 3
? 4 5
! 4 3 5 1 2

result:

wrong answer the constraint a[4] > a[5] is not satisfied