(do*((l(coerce(read-line)'list))(i(length l)))((format t"~V@T~{~A~^ ~}~V@T "(decf i)(nthcdr i l)i)))