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