use proconio::*; fn main(){ input!{ n: f64} let ans = n*3.5_f64; println!("{:.2?}", ans); }