s = raw_input() y = "yukikoder" y = list(y) sf = s.find("?") print s.replace("?",y[sf])