use proconio::input; fn main() { input! { n: u32, } println!("{}", n.pow(2)); }