#include <bits/stdc++.h> using namespace std; int t; int main() { cin>>t; for(int i=1; i<=t; i++) cout<<"YES"; return 0; }