t = int(input()) for i in range(t): x = int(input()) if x == 0: print("Y") else: print("N")