QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#795208#9818. Hash Collisionucup-team425#RE 1ms3884kbC++202.5kb2024-11-30 18:37:482024-11-30 18:37:48

详细

Test #1:

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

input:

6
2
3
5
4
2
5
2

output:

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

result:

ok 

Test #2:

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

input:

4
4
2
4
4
4

output:

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

result:

ok 

Test #3:

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

input:

1
1
1
1
1

output:

? 1 1
? 1 1
? 1 1
? 1 1
! 1 1

result:

ok 

Test #4:

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

input:

2
1
1
1
1

output:

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

result:

ok 

Test #5:

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

input:

2
1
1
1
1

output:

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

result:

ok 

Test #6:

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

input:

2
1
2
1
2
1

output:

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

result:

ok 

Test #7:

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

input:

2
2
2
2
2

output:

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

result:

ok 

Test #8:

score: -100
Runtime Error

input:

100000

output:


result: