s = 'yukicoder' S = input() for i, j in zip(s, S): if i != j: print(i)