首页 > 求助帖:为啥这里会差个2
头像
laotian111
发布于 2021-08-23 16:32
+ 关注

求助帖:为啥这里会差个2

n,m=map(int,input().split(" "))
def gongyueshu(n,m):
    while (n!=0):
        temp=m%n
        m=n
        n=temp
    return m
def gongbeishu(n,m):
    return((m*n)/gongyueshu(n,m))
h=gongyueshu(n,m)+gongbeishu(n,m)
print(int(h))

图片说明

全部评论

(1) 回帖
加载中...
话题 回帖

相关热帖

近期精华帖

热门推荐