S=input() T="abcdefghijklmnopqrstuvwxyz" for i in range(len(S)): if S[i]!=T[i]: print(str(T[i])+"to"+str(S[i]))