2022-06-01 最大公約数と最小公倍数をもとめるPythonを書いた Python gist5805325620ad5f0b005cfd117fc0396a # 最大公約数 $ python gcd.py 60 75 15 # 最小公倍数 $ python lcm.py 30 42 210