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