(setf s(read-line)l(length s)i l)(loop(do((j(decf i)))((>(incf j)l))(write-line(subseq s i j))))