s=input() for i,x in enumerate(s): if 97+i!=ord(x): print("%sto%s"%(chr(97+i),x))