QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#807376#9783. Duloc Networkucup-team2262#WA 1ms3852kbC++231.6kb2024-12-09 22:12:382024-12-09 22:12:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
2
1
1
3
2

output:

? 0110
? 1000
? 1110
? 0100
? 1100
! 1

result:

ok Correct answer with 5 queries.

Test #2:

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

input:

2
0
0
0

output:

? 01
? 10
? 11
! 0

result:

ok Correct answer with 3 queries.

Test #3:

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

input:

4
2
1
1
3
2

output:

? 0110
? 1000
? 1110
? 0100
? 1100
! 1

result:

ok Correct answer with 5 queries.

Test #4:

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

input:

2
0
0
0

output:

? 01
? 10
? 11
! 0

result:

ok Correct answer with 3 queries.

Test #5:

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

input:

50
13
3
14
14
15
8
11
11
14
11
14
13
16

output:

? 01111111111111111111111111000000000000000000000000
? 10000000000000000000000000000000000000000000000000
? 11111111111111111111111111000000000000000000000000
? 01111111111110000000000000000000000000000000000000
? 11111111111110000000000000000000000000000000000000
? 011111100000000000000000000000000...

result:

wrong answer Wrong answer.