S = input() S = list(S) A = "yukicoder" A = list(A) for i in range(len(S)): if S[i] == "?": X = A[i] print(X)