use proconio::input; fn main() { input! { d:f64, p:f64, } println!("{}", (d * 0.01 * p).floor() + d) }