华为统计连续字符次数并进行输出 #include<iostream> #include<string> #include<map>; #include <stdio.h> using namespace std; int main(int argc,char* argv[]){ string str; cin>>str; char sub_str; int i=0; for(;i<str.size();i++){ sub_str = str[i]; int count =0; for(int j=i;j<str.size();j++){ if(sub_str == str[j]){ i=j; count++; }else{ cout<<sub_str; cout<<count; //i=j-1; sub_str = str[j]; break; } } if(i==str.size()-1){ cout<<sub_str; cout<<count; } } system("pause"); return 0; }
点赞 评论

相关推荐

11-27 12:43
已编辑
门头沟学院 C++
点赞 评论 收藏
分享
10-13 17:47
门头沟学院 Java
wulala.god:图一那个善我面过,老板网上找的题库面的
点赞 评论 收藏
分享
牛客网
牛客企业服务