use proconio::{fastout, input}; #[fastout] fn main() { input! { n: u32, } println!("{}", n.to_string().repeat(5)); }