QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#604806#8939. Permutationucup-team1213#WA 0ms1616kbC++14423b2024-10-02 14:00:392024-10-02 14:00:40

Details

Tip: Click on the bar to expand more detailed information

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)