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