(loop for n = (read *standard-input* nil :eof) until (eq n :eof) do (format t "~d~a~%" n (reverse (subseq (reverse (format nil "~:r" n)) 0 2))))