use proconio::input; fn main() { input! { a: usize, b: usize, } print!("{}", a + b); }