QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#819530#9783. Duloc Networkucup-team3925WA 7ms10104kbC++172.9kb2024-12-18 16:13:192024-12-18 16:13:19

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 10044kb

input:

4
1
3
2
2
2
1
0

output:

? 1000
? 0100
? 0010
? 0001
? 1100
? 1110
? 1111
! 1

result:

ok Correct answer with 7 queries.

Test #2:

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

input:

2
0
0
0

output:

? 10
? 01
? 11
! 0

result:

ok Correct answer with 3 queries.

Test #3:

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

input:

4
1
3
2
2
2
1
0

output:

? 1000
? 0100
? 0010
? 0001
? 1100
? 1110
? 1111
! 1

result:

ok Correct answer with 7 queries.

Test #4:

score: 0
Accepted
time: 6ms
memory: 9872kb

input:

2
0
0
0

output:

? 10
? 01
? 11
! 0

result:

ok Correct answer with 3 queries.

Test #5:

score: 0
Accepted
time: 3ms
memory: 9884kb

input:

50
3
1
1
1
1
4
3
1
1
2
3
3
2
1
2
4
3
1
1
1
2
4
1
3
1
4
3
2
2
2
4
2
2
1
1
2
1
2
4
1
1
3
3
3
6
2
1
3
2
3
4
5
6
7
10
9
9
11
6
7
12
6
7
13
6
7
14
7
8
14
8
9
16
8
9
15
5
6
14
5
6
16
7
8
17
9
10
16
8
8
17
6
7
17
6
7
17
6
7
16
7
8
15
9
10
16
6
7
15
7
8
15
6
7
14
9
10
13
8
9
12
6
7
13
6
7
14
7
8
14
7
8
14
7...

output:

? 10000000000000000000000000000000000000000000000000
? 01000000000000000000000000000000000000000000000000
? 00100000000000000000000000000000000000000000000000
? 00010000000000000000000000000000000000000000000000
? 00001000000000000000000000000000000000000000000000
? 000001000000000000000000000000000...

result:

ok Correct answer with 188 queries.

Test #6:

score: -100
Wrong Answer
time: 7ms
memory: 10080kb

input:

50
10
13
8
6
13
8
10
8
8
8
9
13
15
11
9
10
14
6
16
10
15
10
7
8
10
10
10
13
10
15
9
10
11
5
16
10
14
11
10
9
9
15
11
10
7
11
12
10
9
10
19
21
22
30
32
33
34
35
35
34
35
36
35
34
33
32
31
31
30
29
28
27
26
25
24
23
22
21
20
19
18
19
17
19
16
19
15
18
14
18
13
18
12
18
11
18
10
18
9
18
8
18
7
18
6
18
...

output:

? 10000000000000000000000000000000000000000000000000
? 01000000000000000000000000000000000000000000000000
? 00100000000000000000000000000000000000000000000000
? 00010000000000000000000000000000000000000000000000
? 00001000000000000000000000000000000000000000000000
? 000001000000000000000000000000000...

result:

wrong answer Wrong answer.