QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#459995#6303. Inversionegypt_ioi2024_07WA 1ms3648kbC++231.2kb2024-06-30 19:14:522024-06-30 19:14:55

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
0
1
0

output:

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

result:

wrong answer Wa.