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