S = input() abc = 'abcdefghijklmnopqrstuvwxyz' for i, s in enumerate(S): if s != abc[i]: exit(print(abc[i] + 'to' + s))