QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#604806#8939. Permutationucup-team1213#WA 0ms1616kbC++14423b2024-10-02 14:00:392024-10-02 14:00:40

詳細信息

Test #1:

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

input:

3
5
1
2
3
5
6
1
3
3
3

output:

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

result:

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