let () = Scanf.scanf "%d %d %d\n" @@ fun n k t -> Printf.printf "%s\n" (if k*t >= n then "Yes" else "No")