QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#795137#9818. Hash CollisionZhangYiDeWA 0ms3976kbC++201.0kb2024-11-30 18:02:542024-11-30 18:02:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6
2
3
5
4
5
5

output:

? 6 1
? 1 2
? 2 2
? 3 2
? 6 2
? 2 2
! 5 2

result:

wrong answer Answer is wrong.