QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#635970#8939. Permutationucup-team3627WA 1ms3668kbC++232.8kb2024-10-12 21:39:022024-10-12 21:39:04

詳細信息

Test #1:

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

input:

3
5
3
3
5
6
6
5
5
3

output:

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

result:

wrong answer Too many queries , n = 6 , now_q 5 (test case 2)