word = 'yukicoder' S = raw_input() for i in range(0, 9): if S[i] == '?': print word[i] break