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