Please find the frequency of the most frequent alphabetical character (ignore case) in the given string.
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.
For each test cases,
output a line with a number representing the frequency.