QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#439650#6303. Inversionegypt_ioi2024_11WA 1ms3580kbC++231.3kb2024-06-12 15:31:482024-06-12 15:31:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
0
0
1
1

output:

? 1 2
? 1 3
? 2 3
? 2 3
! 2 1 3 

result:

wrong answer Wa.