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