import sys readline=sys.stdin.readline S=readline().rstrip() i=S.index("?") ans="yukicoder"[i] print(ans)