QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#539729#8939. Permutationucup-team4697#WA 1ms3684kbC++141.3kb2024-08-31 15:31:522024-08-31 15:31:54

详细

Test #1:

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

input:

3
5
3
2
3
6
6

output:

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

result:

wrong answer Wrong prediction (test case 2)