(if (read_line () |> int_of_string |> (fun x -> (x mod 2) = 0)) then print_string "YES" else print_string "NO"); print_newline ();;