use proconio::input; fn main() { input! { a: u32, b: u32, } let ans = a*(100+b)/100; println!("{}", ans); }