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