QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#538196#8939. Permutationucup-team4685#WA 1ms3576kbC++141.3kb2024-08-31 08:46:452024-08-31 08:46:46

详细

Test #1:

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

input:

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

output:

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

result:

wrong answer Integer 4 violates the range [1, 3] (test case 3)