QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#827118#9783. Duloc Networkucup-team1206#WA 1ms3556kbC++141.3kb2024-12-22 19:40:452024-12-22 19:40:47

詳細信息

Test #1:

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

input:

4
1
3
2
2
2
1
1

output:

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

result:

ok Correct answer with 7 queries.

Test #2:

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

input:

2
0

output:

? 10
! 0

result:

ok Correct answer with 1 queries.

Test #3:

score: 0
Accepted
time: 0ms
memory: 3532kb

input:

4
1
3
2
2
2
1
1

output:

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

result:

ok Correct answer with 7 queries.

Test #4:

score: 0
Accepted
time: 0ms
memory: 3556kb

input:

2
0

output:

? 10
! 0

result:

ok Correct answer with 1 queries.

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 3552kb

input:

50
3
14
15
14
15
14
11
14
6
14
4
4
13
14
13
14
13
12
13
7
13
5
5
13
14
13
14
13
12
13
7
13
6
6
12
13
12
16
12
13
12
10
12
7
7
12
13
12
17
12
14
12
11
12
10
10
11
12
11
16
11
14
11
12
11
11
11
11
12
11
16
11
16
11
13
11
12
12
13
13
13
17
13
15
13
14
13
13
13
13
13
13
17
13
14
13
14
13
14
14
14
14
14
...

output:

? 10000000000000000000000000000000000000000000000000
? 01111111111111111111111110000000000000000000000000
? 11111111111111111111111110000000000000000000000000
? 01111111111111111111111110000000000000000000000000
? 11111111111110000000000000000000000000000000000000
? 011111111111111111111111100000000...

result:

wrong answer Wrong answer.