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