def Main(): ans="yukicoder" s=input() print(ans[s.index("?")]) Main()