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