QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#277417#7880. Streak ManipulationMaMengQiWA 4ms27000kbC++201.1kb2023-12-06 18:42:012023-12-06 18:42:01

详细

Test #1:

score: 100
Accepted
time: 4ms
memory: 26880kb

input:

8 3 2
10110110

output:

3

result:

ok 1 number(s): "3"

Test #2:

score: 0
Accepted
time: 4ms
memory: 27000kb

input:

12 3 3
100100010011

output:

2

result:

ok 1 number(s): "2"

Test #3:

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

input:

4 4 4
0000

output:

0

result:

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