a024: 最大公因數(GCD) | 唯一のBlog (sao-coding.github.io)
我覺得這比較好
print(__import__("math").gcd(*(int(i) for i in input().split())))