S = input() for right, current in zip("yukicoder", S): if current == "?": print(right) break