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