QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#439773#6303. Inversionegypt_ioi2024_11WA 1ms3724kbC++231.6kb2024-06-12 17:45:142024-06-12 17:45:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
0
0
1

output:

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

result:

wrong answer Wa.