#include<bits/stdc++.h> using namespace std; int main() { int T; cin>>T; while(T--) cout<<"NO\n"; return 0; }