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