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

鸡兔同笼2

时间:2020-03-28 23:29:28      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:nbsp   erro   put   input   mat   int   col   bsp   range   

a,b = map(int,input().split( ))
if(a > 0 and b >0 and b % 2 == 0 and b-2*a>0):
    for x in range(1,a+1):
        y=a-x
        if 2*x+4*y==b:
            print("{} {}". format(x,y))
else:
    print("Data Error!")

 

鸡兔同笼2

标签:nbsp   erro   put   input   mat   int   col   bsp   range   

原文地址:https://www.cnblogs.com/670ling/p/12589982.html

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