s = input() s0 = "abcdefghijklmnopqrstuvwxyz" for i in range(26): if s[i] != s0[i]: print(s0[i] + "to" + s[i])