QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#107196#6394. Turn on the LightZhangYiDeWA 3ms3796kbC++14964b2023-05-20 15:44:362023-05-20 15:44:37

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3412kb

input:

3
1
2
2

output:

? 2
? 1
? 3
! 3

result:

ok Correct position at 3

Test #2:

score: 0
Accepted
time: 3ms
memory: 3548kb

input:

10
1
2
3
4
5
6
6

output:

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

result:

ok Correct position at 10

Test #3:

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

input:

9
1
2
3
4
5
6
6

output:

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

result:

ok Correct position at 9

Test #4:

score: 0
Accepted
time: 3ms
memory: 3796kb

input:

8
1
2
3
4
5
6
6

output:

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

result:

ok Correct position at 8

Test #5:

score: 0
Accepted
time: 2ms
memory: 3728kb

input:

7
1
2
3
3
4

output:

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

result:

ok Correct position at 1

Test #6:

score: 0
Accepted
time: 2ms
memory: 3520kb

input:

6
1
2
3
4
4

output:

? 3
? 5
? 1
? 2
? 6
! 6

result:

ok Correct position at 6

Test #7:

score: 0
Accepted
time: 2ms
memory: 3580kb

input:

5
1
2
3
4
4

output:

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

result:

ok Correct position at 5

Test #8:

score: 0
Accepted
time: 3ms
memory: 3412kb

input:

4
1
2
3
3
3

output:

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

result:

ok Correct position at 4

Test #9:

score: 0
Accepted
time: 2ms
memory: 3528kb

input:

3
1
1
2

output:

? 2
? 1
? 3
! 1

result:

ok Correct position at 1

Test #10:

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

input:

2
1
1

output:

? 1
? 2
? 0

result:

wrong answer Integer parameter [name=x] equals to 0, violates the range [1, 2]