Kingdom of Black and White

TimeLimit:1000MS  MemoryLimit:65536KB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description
In the Kingdom of Black and White (KBW), there are two kinds of frogs: black frog and white frog.

Now $N$ frogs are standing in a line, some of them are black, the others are white. The total strength of those frogs are calculated by dividing the line into minimum parts, each part should still be continuous, and can only contain one kind of frog. Then the strength is the sum of the squared length for each part.

However, an old, evil witch comes, and tells the frogs that she will change the color of at most one frog and thus the strength of those frogs might change.

The frogs wonder the maximum possible strength after the witch finishes her job.
Input
First line contains an integer $T$, which indicates the number of test cases.

Every test case only contains a string with length $N$, including only $0$ (representing
a black frog) and $1$ (representing a white frog).

$\cdot$ $1 \leq T \leq 50$.

$\cdot$ for 60% data, $1 \leq N \leq 1000$.

$\cdot$ for 100% data, $1 \leq N \leq 10^5$.

$\cdot$ the string only contains 0 and 1.
Output
For every test case, you should output " Case #x: y",where $x$ indicates the case number and counts from $1$ and $y$ is the answer.
SampleInput
2
000011
0101
SampleOutput
Case #1: 26
Case #2: 10
Submit
题目统计信息详细
总AC数24
通过人数21
尝试人数21
总提交量39
AC率53.85%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签
出处

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: