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