def f(s): return "yukicoder"[s.find('?')] s = input() print(f(s))