use proconio::input; fn main(){ input!{ a: usize, b: usize, } println!("{}", a.rem_euclid(b)); }