#include <iostream> using namespace std; int main(){ int t; cin>>t; while(t--){ cout<<"yes"<<endl; } return 0; }