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

计算某字符出现次数

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);

}

全部评论

相关推荐

10-15 15:00
潍坊学院 golang
跨考小白:这又不是官方
投递拼多多集团-PDD等公司10个岗位
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务