(defun main (&rest argv) (declare (ignorable argv)) (princ (logxor (read) (read))) (terpri)) (main)