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