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