Function competitive_programming_rs::math::chinese_remainder_theorem::chinese_remainder_theorem[][src]

pub fn chinese_remainder_theorem(
    b: &[i64],
    modulo: &[i64]
) -> Option<(i64, i64)>