LongLong

4.1

62 votes
Problem

You are given a string S. Find the length of its the longest substring which occurs at least two times. Occurences can intersect.

Input
One line containing a string S consisting of lowercase Latin letters.

Output
Output one integer - answer to the question.

Constraints
1 <= length of S <= 1000000

Time Limit: 2
Memory Limit: 256
Source Limit:
Editor Image

?