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