use proconio::input; fn main() { input! { c: usize, } println!("1 {}", c); }