QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#425151#6303. Inversionegypt_ioi2024_11WA 1ms3620kbC++232.4kb2024-05-29 22:44:152024-05-29 22:44:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
0
1
0

output:

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

result:

wrong answer Wa.