Scanf.scanf "%d %d %d" (fun n k t -> let n = abs n in print_endline @@ if n <= k * t then "Yes" else "No" )