题解 | #统计字符#

统计字符

http://www.nowcoder.com/practice/539054b4c33b4776bc350155f7abd8f5

#include<bits/stdc++.h>

using namespace std;

int main(){
    
    string str;
    while(getline(cin,str)){
        int a=0,kg=0,nums=0,other=0;
        for(auto c:str){
            if(isalpha(c))
                a++;
            else if(c==' ')
                kg++;
            else if(isalnum(c))
                nums++;
            else
                other++;
        }
        cout<<a<<'\n'<<kg<<'\n'<<nums<<'\n'<<other<<endl;
    }
    
    
    return 0;
}


全部评论

相关推荐

2024-11-08 10:39
门头沟学院 C++
点赞 评论 收藏
分享
Java抽象带篮子:实习经历可以包装下,可以看看我的包装帖子
点赞 评论 收藏
分享
🔌插電的小米大冰箱:很喜欢放牛,因为牛不会在我翻过第四座山后跟我说第一座山的草好吃
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务