Scanf.scanf "%d %d %d %d" (fun a1 a2 a3 a4 -> print_endline @@ if a1 < a2 && a3 > a4 then "YES" else "NO" )