(defun main () (let* ((s (read-line)) (i (read)) (j (read))) (rotatef (aref s i) (aref s j)) (princ s) (terpri))) (main)