let () = Scanf.sscanf (read_line ()) "%d %d" (fun d p -> print_int (d * (100 + p) / 100)); print_endline "\n"