while True: N=int(input()) if N==0: break N-=1 ans="yukicoder"[N] print(ans)