Fashion Symbols 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Given a string made up of English letters, find the characters that appear the most frequently. First, print the highest frequency of any repeating character, followed by the characters that have this frequency. The characters should be listed in the order of their first appearance in the input.
Input
A single string consisting of English letters.
Output
The answer to the problem.
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 39%