水~。
map<char,int> mp;
int main()
{
string s;
getline(cin,s);
for(auto t:s)
if(isalpha(t))
mp[tolower(t)]++;
char c='a';
for(auto t:mp)
if(t.se > mp[c])
c=t.fi;
cout<<c<<' '<<mp[c]<<endl;
//system("pause");
return 0;
}