摘要: for(double i=0;i<=50;i++){ for(double j=0;j<=100;j++){ for(double x=0;x<=100;x++){ if(100==i*3+j*2+x/2&&100==x+i+j) { System.out.println("大马"+i+"中马"+j 阅读全文
posted @ 2016-02-26 08:19 storm47 阅读(104) 评论(0) 推荐(0)