S = input() memo = 'yukicoder' l = len(S) for i in range(l): if (S[i] == '?'): print(memo[i])