Scanf.scanf "%d %d" (fun a b ->
    print_endline @@ if a <= b then "Yes" else "No"
)