for s, t in zip(input(), "yukicoder"): if s!=t: print(t)