字符串统计
#include<iostream> #include<cstdio> using namespace std; int main() { char str[50]; int i=0,n=0,m=0,x=0,l=0; cout<<"输入字符串:"; gets(str); while(str[i]!='\0') { if(str[i]>='0'&&str[i]<='9') n++; if(str[i]>='a'&&str[i]<='z') m++; if(str[i]>='A'&&str[i]<='Z') x++; if(str[i]=='A') l++; i++; } cout<<"其中的数字个数是: "<<n<<endl; cout<<"其中的小写字母个数是: "<<m<<endl; cout<<"其中的大写字母个数是: "<<x<<endl; cout<<"其中A的次数是:"<<l<<endl; return 0; }
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步