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