package myjava;

public class BAIMABAIDAN {

    public static void main(String[] args) {
        // TODO 自动生成的方法存根
        
        for(int i = 1;i<100;i++)
        {
            for(int n= 1;n<100;n++)
            {
                for(int t = 1;t<100;t++)
                {
                    if(i+n+t ==100&&i*3+n*2+t/2==100){
                        System.out.println("输出大马,中马,小马为:"+i+"  "+n+"  "+t);
                    }
                }
            }
        
        
        
        
        
        }

    }

}

百马百担

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2022-01-18
  • 2022-12-23
相关资源
相似解决方案