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