(defun main (&rest argv) (declare (ignorable argv)) (let* ((s (read-line))) (princ (abs (- (length s) 10))) (terpri))) (main)