#include using namespace std; int main() { int t; for (int i = 0; i < t; i++) { int x;cin >> x; cout << "N" << endl; } }