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