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