for (a, b) in zip(input(), "yukicoder"): if a != b: print(b) break