S = input() ans = "yukicoder" for s, a in zip(S, ans): if s != a: print(a)