A = ["y","u","k","i","c","o","d","e","r"] X = 99 while X != 0: X = int(input()) if X != 0: print(A[X-1])