t="abcdefghijklmnopqrstuvwxyz" s=input() for i in range(len(t)): if s[i]!=t[i]: print(t[i]+"to"+s[i])