QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#380799#6394. Turn on the LightMaMengQiWA 1ms3604kbC++171.1kb2024-04-07 12:29:512024-04-07 12:29:52

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
1
2

output:

? 1
? 2
! 3

result:

ok Correct position at 3

Test #2:

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

input:

10
1
2
3
4
5
5

output:

? 1
? 5
? 8
? 7
? 9
? 10
! 10

result:

ok Correct position at 10

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3604kb

input:

9
1
2
3
3

output:

? 1
? 5
? 7
? 7
! 7

result:

wrong answer Wrong answer, more than 1 possible light!