x = input() y = 'yukicoder' for i in range(len(y)): if y[i] != x[i]: print(y[i])