s = input() t = 'yukicoder' for i, c in enumerate(s): if c=='?': print(t[i])