(defun main (&rest argv) (declare (ignorable argv)) (let* ((n (read))) (princ (* 10 n)) (terpri))) (main)