S='yukicoder' T=input() for i in range(9): if S[i]!=T[i]: print(S[i])