(defun solve (x y) (if (= x y) "Yes" "No")) (format t "~A~%" (solve (read) (read)))