s=input() for i in range(len(s)): if s[i]=="?": print("yukicoder"[i]) break