码迷,mamicode.com
首页 > 其他好文 > 详细

百钱白鸡问题

时间:2015-06-18 23:44:00      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:

伪代码描述:
for(int x=0;x<=100;x++){   for(int y=0;y<=100-x;j++)     z=100-x-y;     if(z%3==0){       if(5*3+3*y+z/3==100){         then(x,y,z) is solution;       }     } }

  

百钱白鸡问题

标签:

原文地址:http://www.cnblogs.com/hephec/p/4587183.html

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