use proconio::input; fn main() { input! { d: usize, p: usize, } println!("{}", d + d * p / 100); }