曾江平 2015-10-04 05:24 采纳率: 50%
浏览 1486
已采纳

C语言问题求哥哥姐姐们解答

图片说明图片说明图片说明图片

  • 写回答

2条回答 默认 最新

  • gh_99 2015-10-04 13:18
    关注

    代码如下:

     #include <stdio.h>
    
    void main(void)
    {
        int two1,two2,three1,three2,four1,four2,four3,one,two,three,four;
        for(one=2;one<9;one++)
        {
            for(two1=2;two1<9;two1++)
            {
                if(one==two1)
                    continue;
                for(two2=0;two2<9;two2++)
                {
                    if(one==two2||two1==two2)
                        continue;
                    two=two1*10+two2;
                    for(three1=0;three1<9;three1++)
                    {
                        if(one==three1||two1==three1||two2==three1)
                        continue;
                        for(three2=0;three2<9;three2++)
                        {
                            if(one==three2||two1==three2||two2==three2||three1==three2)
                                continue;
                            three=900+three1*10+three2;
                            for(four1=0;four1<9;four1++)
                            {
                                if(one==four1||two1==four1||two2==four1||three1==four1||three2==four1)
                                    continue;
                                for(four2=0;four2<9;four2++)
                                {
                                    if(one==four2||two1==four2||two2==four2||three1==four2||three2==four2||four1==four2)
                                        continue;
                                    for(four3=0;four3<9;four3++)
                                    {
                                        if(one==four3||two1==four3||two2==four3||three1==four3||three2==four3||four1==four3||four2==four3)
                                            continue;
                                        four=1000+100*four1+10*four2+four3;
                                        if(one+two+three==four)
                                            printf("one:%d,two:%d,three:%d,four:%d\n",one,two,three,four);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示
  • ¥15 求三国群英传pl国战时间的修改方法
  • ¥15 matlab代码代写,需写出详细代码,代价私
  • ¥15 ROS系统搭建请教(跨境电商用途)
  • ¥15 AIC3204的示例代码有吗,想用AIC3204测量血氧,找不到相关的代码。