QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#801704#9818. Hash Collisionxiaowuc1#WA 1ms3792kbC++173.8kb2024-12-07 05:58:112024-12-07 05:58:12

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3792kb

input:

6
6
6
6
6

output:

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

result:

ok 

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3556kb

input:

4
4
2
4
2

output:

? 4 4
? 1 4
? 2 4
? 3 4
? -2 4

result:

wrong answer Integer parameter [name=c] equals to -2, violates the range [1, 4]