import math all = input().strip() m = all.split() a = int(m[0]) b = int(m[1]) print(math.lcm(a,b))
暂无评论,快来抢首评~
相关推荐