s = input() for i in range(9): if s[i] != "yukicoder"[i]: print("yukicoder"[i]) break