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