#include using namespace std; int main() { int T; cin>>T; while(T--) puts("YES"); }