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