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