QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#557925#8939. Permutationachen1WA 1ms3656kbC++201.3kb2024-09-11 12:22:302024-09-11 12:22:34

詳細信息

Test #1:

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

input:

3
5
3
2
5
6
6
6
3
3
4
3
3
2

output:

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

result:

wrong answer Too many queries , n = 4 , now_q 4 (test case 3)