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