QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#233712#6303. Inversionucup-team1277WA 0ms20628kbC++172.8kb2023-10-31 21:43:412023-10-31 21:43:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 20628kb

input:

3
0
0
1

output:

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

result:

wrong answer Wa.