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