Senior symbol
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
There is a string of Latin letters. Find and print the highest letter (the character that has the largest ASCII code), as well as the number of times it is repeated in a string.
Input
One line that consists of no more than 200 Latin letters.
Output
Print the highest letter and the number of its repetitions.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 64%