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