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