ans = list(map(str, "yukicoder")) M = list(map(str, input())) for i in range(9): if M[i] != ans[i]: print(ans[i])