from string import ascii_lowercase as a s = input() for x, y in zip(a, s): if x != y: print("to".join([x, y]))