use proconio::input; fn main(){ input!{ n:usize, } println!("{:.2}",n * 52 + 264) }