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