S = list(input()) Y = list("yukicoder") for i in range(0,10) : if S[i] != Y[i] : print(Y[i])