s = 'yukicoder' S = input() for i in zip(s, S): if '?' in i: print(i[0])