题解 | #计算某字符出现次数#

计算某字符出现次数

https://www.nowcoder.com/practice/a35ce98431874e3a820dbe4b2d0508b1

#include <cctype>
#include <iostream>
#include <string>
using namespace std;

int main() {
    string str;
    getline(cin,str);
    char ch = tolower(getchar());
    int count = 0,i = 0;
    while (i < str.size()) {
        if (str[i] == ch) {
            count++;
        }
        else if(str[i] == ch-32){
            count++;
        }
        i++;

    }
    cout<<count<<endl;
}

// 64 位输出请用 printf("%lld")

全部评论

相关推荐

小红书 后端选手 n*16*1.18+签字费期权
点赞 评论 收藏
分享
在努力的外卷侠很靠谱:怎么,大家都没保底吗?我这美团已经入职了,不说了,系统派单了。
点赞 评论 收藏
分享
10-25 00:32
香梨想要offer:感觉考研以后好好学 后面能乱杀,目前这简历有点难
点赞 评论 收藏
分享
牛客410815733号:这是什么电影查看图片
点赞 评论 收藏
分享
头像
11-26 15:46
已编辑
中南大学 后端
字节国际 电商后端 24k-35k
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务