(defun main (&rest argv) (declare (ignorable argv)) (let* ((n (read))) (format t "~d~%" (* (1- n) (1- n))))) (main)