🌈 搜索
📅  最后修改于: 2022-03-11 14:57:13.660000             🧑  作者: Mango
import math a = 10 b = 8 answer = math.gcd(10, 8) print(answer)