← 返回 sofi 的题目列表Maximum Occurring Character
类型:online_judge
Given a string, find the character that appears most frequently. If there are multiple characters with the same frequency, return the lexicographically smallest character.
Example
Input
abbccc
Output
c