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

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