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

计算某字符出现次数

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

没找到c语言正确代码,出一个:
#include <stdio.h>
#include <ctype.h>

int main(){
    char s[1010];
    char c;
    fgets(s, 1010, stdin);
    c = getchar();
    if(isupper(c)) c = tolower(c);
    int count = 0;
    for(int i = 0; s[i] != '\0';i++){
        if(isalpha(s[i])) s[i] = tolower(s[i]);
        if(c == s[i]) count++;
    }
    printf("%d",count);
    return 0;
}

#C笔试面试##字节跳动深圳租房##游戏开发##京东招聘##咪咕互娱#
全部评论

相关推荐

头像
10-30 11:45
已编辑
华南理工大学 后端
点赞 评论 收藏
分享
面试摇了我吧:啊哈哈面试提前五个小时发,点击不能参加就是放弃
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务