N, K = map(int, input().split()) K = (K-1) % 10 T = 'yuusan' if N > 1: T += 'uusa' print(T[K])