let () = let k = read_int () and s = read_int () in s * 100 / (100 - k) |> print_int; print_newline ()