s=" yukicoder" while 1: a = int(input()) if a: print(s[a]) else: break