import string for i, s in enumerate(input()): if string.ascii_lowercase[i] != s: print(f"{string.ascii_lowercase[i]}to{s}")