use proconio::input; fn main(){ input!{ price:f64, } println!("{:.2}",price * 0.08 + price) }