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