上代码 #include<iostream> #include<map> #include<string> using namespace std; int main() { string str; cin>>str; map<char,int> mp; for(int i=0;i<str.size();i++) { mp[str[i]]++;     } int max=0; for(auto i=mp.begin();i!=mp.end();i++) { max =  max < (*i).second ? (*i).second : max; } cout<<max; }
点赞 评论

相关推荐

10-24 13:36
门头沟学院 Java
Zzzzoooo:更新:今天下午有hr联系我去不去客户端,拒了
点赞 评论 收藏
分享
牛客网
牛客企业服务