QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#539880#8939. Permutationucup-team4697#RE 1ms3748kbC++141.7kb2024-08-31 15:56:162024-08-31 15:56:17

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
5
3
2
3
6
6
3
6
4
3
3

output:

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

result:

ok Correct (3 test cases)

Test #2:

score: -100
Runtime Error

input:

10000
10
2
1
2
2
3
10
10
10
7
10
10
5
1
5
6
5
10
4
4
4
4
10
10
6
3
10
3
3
2
10
1
5
1

output:

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

result: