N, K = map(int, input().split()) K = (K-1) % 12 T = 'yuusaan' if N > 1: T += 'uusaa' print(T[K])