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