题解 | #[NOIP2013]记数问题#

[NOIP2013]记数问题

https://www.nowcoder.com/practice/28b2d9f2bf2c48de94a1297ed90e1732

#include <stdio.h>
int main() {
    int n, c, count, j, m;
    int temp = 0;
    m = 0, count = 0;
    scanf("%d%d", &n, &c);
    for (int i = 1; i <= n; i++) {

        temp = i;
        while (temp > 0) {
            m = temp % 10;
            if (m == c)
                count++;
            temp = temp / 10;
        }
    }
    printf("%d", count);
}

全部评论

相关推荐

01-27 15:41
门头沟学院 Java
想躺平的菜鸡1枚:我项目比你难、学历比你好、还有SCI论文,投java都被拒一大片,现在基本上都要问点agent开发
软件开发投递记录
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务