码迷,mamicode.com
首页 > 编程语言 > 详细

鸡兔同笼问题java暴力求解算法

时间:2014-09-10 09:41:00      阅读:327      评论:0      收藏:0      [点我收藏+]

标签:style   java   ar   for   问题   sp   on   c   ad   

public class A{
public static void main(String[] args)
int HEAD=50;
int FOOT=120;
for(int x=0;X<=HEAD;i++){
int y=HEAD-x;
if(x*2+y*4==FOOT){
System.out.println("x="+x +","+y="+y);
}
}

}

鸡兔同笼问题java暴力求解算法

标签:style   java   ar   for   问题   sp   on   c   ad   

原文地址:http://blog.csdn.net/hephec/article/details/39164371

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!