import sys input = sys.stdin.readline N,K=map(int,input().split()) S="yuusaanuusaa" N-=1 print(S[N%12])