Scanf.scanf "%s" (fun s -> String.iteri (fun i c -> if c <> char_of_int (97 + i) then Printf.printf "%cto%c\n" (char_of_int (97 + i)) c) s )