QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#274795#7880. Streak Manipulationucup-team999WA 2ms8540kbC++1713.4kb2023-12-03 23:11:322023-12-03 23:11:32

详细

Test #1:

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

input:

8 3 2
10110110

output:

3

result:

ok 1 number(s): "3"

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 8248kb

input:

12 3 3
100100010011

output:

3

result:

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