N, K = map(int, input().split()) K -= 1 sho, amari = divmod(K, 12) ans = 'yuusaanuusaa'[amari] print(ans)