QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#426792#6303. Inversionegypt_ioi2024_11WA 1ms3604kbC++232.0kb2024-05-31 21:24:222024-05-31 21:24:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
0
1
0

output:

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

result:

wrong answer Wa.