use proconio::input; fn main() { input! { k:usize, } let ans = 4 * k * k + 2; println!("{}", ans); }