python 3 求最小公倍数,同样的代码在牛客网上,通过率0,可是自己在pycharm 上又是可以得到答案 while 1: try: a = int(input()) b = int(input()) i&...