QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#158999#6299. Binary StringWhiteqwqWA 65ms11876kbC++201.1kb2023-09-02 17:19:062023-09-02 17:19:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 9828kb

input:

3
1
001001
0001111

output:

1
3
9

result:

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

Test #2:

score: -100
Wrong Answer
time: 65ms
memory: 11876kb

input:

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

output:

18
17
16
19
15
17
18
18
18
17
16
18
17
19
20
19
18
17
16
19
15
17
20
19
16
19
18
19
19
18
19
22
12
17
16
19
15
17
18
19
18
17
16
19
19
18
19
22
19
19
18
19
17
19
19
22
18
17
20
22
21
19
20
23
18
17
16
19
15
17
18
18
18
17
16
18
17
19
19
22
18
17
16
19
15
17
19
22
18
17
20
22
21
19
20
23
19
19
18
19
...

result:

wrong answer 1st numbers differ - expected: '1', found: '18'