a = input()
for i in range(26):
    if a[i] != chr(ord('a') + i):
        print(chr(ord('a') + i) + 'to' + a[i])