s=input() for i in range(26): if s[i]!=chr(97+i): print(chr(97+i)+"to"+s[i]) exit(0)