QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#202835#6394. Turn on the Lightucup-team959#WA 1ms3780kbC++23559b2023-10-06 13:41:562023-10-06 13:41:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
1
2

output:

? 1
? 2
! 3

result:

ok Correct position at 3

Test #2:

score: 0
Accepted
time: 0ms
memory: 3780kb

input:

10
1
0
1
0

output:

? 1
? 6
? 2
? 4
! 3

result:

ok Correct position at 3

Test #3:

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

input:

9
1
2
3
2

output:

? 1
? 5
? 6
? 8
! 9

result:

wrong answer Wrong favorite light!