QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#557931#8939. Permutationachen1WA 1ms3696kbC++201.4kb2024-09-11 12:26:122024-09-11 12:26:13

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

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

result:

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