def solve(): x = int(input()) print("N") t = int(input()) for i in range(t): solve()