Coprimality官方模块: Problems.P33 核心函数: coprime
Coprimality
官方模块: Problems.P33 核心函数: coprime
Problems.P33
coprime
← P32 最大公约数 | P34 欧拉函数 φ(n) →
判断两个数是否互质(最大公约数为 1)。
1-- >>>