#include<bits/stdc++.h> using namespace std; int main(){ int t;cin>>t; while(t--){ cout<<"YES"<<endl; } return 0; }