#include using namespace std; int main() { int T; cin >> T; while(T --) { int x; cin >> x; cout << "N\n"; } }