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