let () = Scanf.scanf "%f\n%f\n" @@ fun k s -> Printf.printf "%d\n" (int_of_float (s /. (100. -. k) *. 100.))