11215 - Maximum Frequency   

Description

Please find the frequency of the most frequent alphabetical character (ignore case) in the given string.

Input

There will be multiple test cases,
each test case contains a line of string with length N (N<=10000)
There will be no more than 10000 test cases.
Test cases will terminate by an EOF.

Output

For each test cases,
output a line with a number representing the frequency.

Sample Input  Download

Sample Output  Download

Tags




Discuss