公因數: x = int(input("please input a number:")) y = int(input("please input a number:")) if x > y : c = x else: c = y for k in range(2, ...
確定! 回上一頁