QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#293299#6299. Binary Stringucup-team2880WA 1ms3704kbC++145.1kb2023-12-29 03:43:102023-12-29 03:43:11

详细

Test #1:

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

input:

3
1
001001
0001111

output:

1
3
9

result:

ok 3 number(s): "1 3 9"

Test #2:

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

input:

262144
000000000000000000
100000000000000000
010000000000000000
110000000000000000
001000000000000000
101000000000000000
011000000000000000
111000000000000000
000100000000000000
100100000000000000
010100000000000000
110100000000000000
001100000000000000
101100000000000000
011100000000000000
11110000...

output:


result:

wrong answer Answer contains longer sequence [length = 262144], but output contains 0 elements