S = input() y = 'yukicoder' for i in range(9): if S[i] == '?': print(y[i]) exit()