S = input() yuki = "yukicoder" for i in range(len(S)): if S[i] == "?": print(yuki[i]) break