n, k = map(int, input().split()) k = (k - 1) % 12 t = "yuusaan" if n > 1: t += "uusaa" print(t[k])