QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#202818#6394. Turn on the Lightucup-team959#WA 1ms3720kbC++23551b2023-10-06 13:35:182023-10-06 13:35:19

详细

Test #1:

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

input:

3
1
2

output:

? 1
? 2
! 3

result:

ok Correct position at 3

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3476kb

input:

10
1
2
3
4
5
5

output:

? 1
? 5
? 6
? 8
? 7
? 7
! 7

result:

wrong answer Wrong answer, more than 1 possible light!