QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#801707#9818. Hash Collisionxiaowuc1#RE 1ms3812kbC++173.9kb2024-12-07 06:05:572024-12-07 06:05:58

詳細信息

Test #1:

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

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: 1ms
memory: 3616kb

input:

4
4
2
4
2

output:

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

result:

ok 

Test #3:

score: 0
Accepted
time: 1ms
memory: 3612kb

input:

1

output:

! 1 1

result:

ok 

Test #4:

score: 0
Accepted
time: 1ms
memory: 3568kb

input:

2
1
1
1

output:

? 2 2
? 1 1
? 2 1
! 1 1

result:

ok 

Test #5:

score: 0
Accepted
time: 1ms
memory: 3520kb

input:

2
2
2

output:

? 2 2
? 1 2
! 2 2

result:

ok 

Test #6:

score: -100
Runtime Error

input:

2
2
1

output:

? 2 2
? 1 2

result: