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