1 VS 1
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Alice and Bob are playing the game SanguoSha 1VS1. If Alice take a card or use a card (it may be slash, missed, peach, duel, sabotage or theft and so on) or discard (sometimes he does not need to throw any card) we will write down an uppercase 'A', if Bob does this, of course, we will write down the letter 'B'. Tell me the length of the longest operation combo performed by either player.
Input
There are several test cases, each test case contains only a string composed of uppercaser 'A' and 'B'. The input will finish with the end of file. The length of the string is no more than 1000.
Output
For each the case, output an integer indicate for the length.
Examples
Input #1
Answer #1
Submissions 429
Acceptance rate 50%