S = input() A = 'abcdefghijklmnopqrstuvwxyz' for i,j in zip(S,A): if i != j: print(j + 'to' + i)