找回密码
 注册
搜索
查看: 777|回复: 1

p90-2

[复制链接]
发表于 2009-11-9 09:32:53 | 显示全部楼层 |阅读模式
#include <stdio.h>
int main()
{
        int n,d,x;
        int cou(int a,int b);
        printf("Enten n:");
        scanf("%d",&n);
        d=2;
        x=cou(n,d);
        printf("c=%d \n",x);
}
int cou(int a,int b)
{
        int m,co;
        co=0;
        while(a!=0){
                m=a%10;
                if(m==b)
                        co++;
                a=a/10;
        }
        return co;
}
发表于 2010-3-7 19:15:37 | 显示全部楼层
支持你加分  
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|QQ客服|联系我们|Archiver|手机版|小黑屋|悉远网络 ( 鄂ICP备09013446号 )

GMT+8, 2024-11-21 22:31 , Processed in 0.049858 second(s), 7 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表