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