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

计算某字符出现次数

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

#include "stdio.h" #include "string.h" // #define diff int main(){ int count = 0; char str[1010] = {0}; fgets(str,sizeof(str),stdin);

// printf("%c",str[0]); char C = {0}; // printf("请输入一个字符:"); scanf("%c",&C); C = tolower(C); for(int i = 0; i<strlen(str);i++){ str[i] = tolower(str[i]); if(str[i] == C) count++; } printf("%d",count);

}

全部评论

相关推荐

一颗宏心:华为HR晚上过了十二点后还给我法消息。
点赞 评论 收藏
分享
11-09 17:30
门头沟学院 Java
TYUT太摆金星:我也是,好几个华为的社招找我了
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务