QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#539957#8939. Permutationucup-team4752#WA 1ms3664kbC++171.2kb2024-08-31 16:08:192024-08-31 16:08:55

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3664kb

input:

3
5
3
2
5
6
6
5
3

output:

? 1 5
? 1 3
? 4 5
! 4
? 1 6
? 4 6
? 1 3
? 3 3

result:

wrong answer Integer 3 violates the range [4, 6] (test case 2)