QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#853196#9734. Identify Chorducup-team025#WA 4ms3632kbC++2012.8kb2025-01-11 16:07:442025-01-11 16:07:45

詳細信息

Test #1:

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

input:

2
6
2
1
2
1
1
4
1
1
1
1
1

output:

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

result:

ok ok (2 test cases)

Test #2:

score: -100
Wrong Answer
time: 4ms
memory: 3572kb

input:

1000
15
5
6
6
5
1
19
5
4
3
5
3
2
-1

output:

? 1 8
? 1 9
? 8 15
? 1 11
! 8 5
? 1 10
? 1 11
? 2 11
? 2 15
? 2 13
? 2 12
! 11 4

result:

wrong answer Wrong answer n=19, actual=3-12, guessed=11-4 (test case 2)