简单数学(持续更新) 我的数学简直烂的一批!!! 1.最大公约数 辗转相除法 c++的#include<algorithm>有__gcd(a, b)函数 2.最小公倍数 a*b = GCD(a, b … Continue reading 简单数学(持续更新)