N = input() l = list(N) S = "yukicoder" l1 = list(S) for i in range(9): if l[i] == "?": print(l1[i])