use proconio::input; fn main(){ input!{ per:f64, rest:f64, } println!("{}",(rest / (100.0 - per) * 100.0).floor()); }