n, k = map(int, input().split()) S = "yuusaanuusaa" k -= 1 print(S[k % len(S)])