QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#853333#9734. Identify Chorducup-team3727#RE 13ms11032kbPython36.8kb2025-01-11 16:37:432025-01-11 16:37:47

詳細信息

Test #1:

score: 100
Accepted
time: 13ms
memory: 11032kb

input:

2
6
2
2
2
1
1
4
1
1

output:

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

result:

ok ok (2 test cases)

Test #2:

score: -100
Dangerous Syscalls

input:

1000
15
6
5
2
1
2
1
-1

output:

? 8 15
? 8 1
? 8 4
? 8 5
? 8 6
? 6 5
! 6 5

result: