use proconio::{fastout, input}; #[fastout] fn main() { input! { n: usize } println!("test: {}", n) }