QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#801706#9818. Hash Collisionxiaowuc1#RE 1ms3648kbC++173.8kb2024-12-07 06:05:082024-12-07 06:05:08

詳細信息

Test #1:

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

input:

6
6
6
6
6

output:

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

result:

ok 

Test #2:

score: 0
Accepted
time: 0ms
memory: 3644kb

input:

4
4
2
4
2

output:

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

result:

ok 

Test #3:

score: -100
Runtime Error

input:

1
1

output:

? 1 1

result: