contest_algorithms::math::num
pub fn fast_gcd(a: i64, b: i64) -> i64
Fast iterative version of Euclid's GCD algorithm