lst="aikokushin" while(1): n=int(input()) if n==0:exit() print(lst[n-1])