s=input() y="yukicoder" for i in range(len(s)): if s[i]!=y[i]: print(y[i]) break