S=["this is yukicoder's letters","y","u","k","i","c","o","d","e","r"] while 1: t=int(input()) if t==0: break print(S[t])