Scanf.scanf "%d" (fun n -> print_endline @@ if n mod 180 = 90 then "Yes" else "No" )