Consecutive repeated words

Given a sequence of words, print the length of the longest consecutive subsequence that only contains the first word. That is, if the sequence is s1,,sns_1, \dots, s_n, print max{ji+1:1ijnsi=si+1==sj1=sj=s1}.\mbox{max}\{j - i + 1 : 1 \le i \le j \le n \wedge s_i = s_{i+1} = \dots = s_{j-1} = s_j = s_1 \} .

Input

Input consists of a non-empty sequence of words.

Output

Print the number of words of the longest consecutive subsequence that only contains the first word.

Problem information

Author: Unknown
Translator: Carlos Molina

Generation: 2026-01-25T10:16:51.690Z

© Jutge.org, 2006–2026.
https://jutge.org