(defun main (&rest argv) (declare (ignorable argv)) (format t "~a~%" (if (= 90 (mod (read) 180)) "Yes" "No"))) (main)