QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#381123#6394. Turn on the LightGuanYunchangWA 1ms3648kbC++17508b2024-04-07 16:17:392024-04-07 16:17:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
1
2
2

output:

? 1
? 2
? 3
! 3

result:

ok Correct position at 3

Test #2:

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

input:

10
1
2
3

output:

? 1
? 2
? 3
? 500002

result:

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