(defun main (&rest argv) (declare (ignorable argv)) (let* ((n (read))) (format t "~D~%" (* 10 n)))) (main)