ans = 'yukicoder' inp = input() for i, c in enumerate(inp): if ans[i] != c: print(ans[i]) exit()