a = "yukicoder" while 1: i = int(raw_input()) if i == 0: break print a[i - 1]