S = input() for s, a in zip(S, 'yukicoder'): if s != a: print(a) break