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