QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#364382#6394. Turn on the LightMaMengQiWA 1ms3848kbC++201.2kb2024-03-24 14:13:462024-03-24 14:13:48

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
1
1

output:

? 2
? 3
! 3

result:

ok Correct position at 3

Test #2:

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

input:

10
1
2
3
4
5
6
6

output:

? 6
? 10
? 3
? 9
? 2
? 8
? 1
! 1

result:

ok Correct position at 1

Test #3:

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

input:

9
1
2
3
4
5
6
6

output:

? 5
? 9
? 3
? 8
? 2
? 7
? 1
! 1

result:

ok Correct position at 1

Test #4:

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

input:

8
1
2
3
4
5
6
6

output:

? 5
? 8
? 3
? 7
? 2
? 6
? 1
! 1

result:

ok Correct position at 1

Test #5:

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

input:

7
1
2
3
4
4

output:

? 4
? 7
? 2
? 6
? 1
! 1

result:

ok Correct position at 1

Test #6:

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

input:

6
1
2
3
4
4

output:

? 4
? 6
? 2
? 5
? 1
! 1

result:

ok Correct position at 1

Test #7:

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

input:

5
1
2
3
4
4

output:

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

result:

ok Correct position at 1

Test #8:

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

input:

4
1
2
3
3

output:

? 3
? 4
? 2
? 1
! 4

result:

wrong answer Wrong favorite light!