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