y = input() y = list(y) yu = list("yukicoder") for i in range(len(yu)): if y[i]!=yu[i]: print(yu[i])