eolymp
bolt
Спробуйте наш новий інтерфейс для відправки розв'язків

1 VS 1

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 '\textbf{A}', if Bob does this, of course, we will write down the letter '\textbf{B}'. Tell me the length of the longest operation combo performed by either player. \InputFile There are several test cases, each test case contains only a string composed of uppercaser '\textbf{A}' and '\textbf{B}'. The input will finish with the end of file. The length of the string is no more than \textbf{1000}. \OutputFile For each the case, output an integer indicate for the length.
Ліміт часу 1 секунда
Ліміт використання пам'яті 64 MiB
Вхідні дані #1
AAABBAAAAA
AABBBBAA
AAAAAAAA
Вихідні дані #1
5
4
8
Джерело Hunan University 2011 the 7th Programming Contest