[][src]Function competitive_hpp::prelude::div_rem

pub fn div_rem<T>(x: T, y: T) -> (T, T) where
    T: Integer

Simultaneous integer division and modulus