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