n, k = [int(x) for x in input().split()] k -= 1 p = k % 6 q = k % 12 if p != 0: print("yuusaan"[p]) else: print("yuusaan"[q])