N,K = map(int,input().split()) K -= 1 S = 'yuusanuusa' n = len(S) K %= n print(S[K])