QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#573948#6394. Turn on the LightZhangYiDeWA 1ms3868kbC++201.3kb2024-09-18 20:23:372024-09-18 20:23:37

详细

Test #1:

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

input:

3
1
1

output:

? 2
? 3
! 3

result:

ok Correct position at 3

Test #2:

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

input:

10
1
2
3
4
5
5

output:

? 6
? 10
? 3
? 5
? 2
? 2
! 2

result:

wrong answer Wrong favorite light!