#include //#include using namespace std; #define pb push_back #define fi first #define se second #define mp make_pair #define SZ(x) ((int)(x.size())) #define FOI(i,a,n) for(int (i)=int(a);(i)<=int(n);++(i)) #define FOD(i,a,n) for(int (i)=int(a);(i)>=int(n);--(i)) #define IN(x,y) ((y).find((x))!=(y).end()) #define ALL(t) t.begin(),t.end() #define MSET(tabl,i) memset(tabl, i, sizeof(tabl)) #define PSET(x,y) fixed<inline bool REMIN(T&a,const S&b){return a>b?a=b,1:0;} templateinline bool REMAX(T&a,const S&b){return a pi; typedef vector vpi; typedef vector vi; int toint(const string &s) { stringstream ss; ss << s; int x; ss >> x; return x; } string tostring ( int number ){ stringstream ss; ss<< number; return ss.str();} const int INF = 1e9; const int NMAX = 1e5; const ll MOD = 1000000007; const lf PI = 2*acos(0); int T,N,K; ll a,b; string s; vector arr; ll forw[NMAX +2]; ll back[NMAX +2]; ll gcd(ll a, ll b) { if (a == 0) return b; else return gcd (b % a, a); } int main(){ ios_base::sync_with_stdio(0); cin.tie(0); cin>>N>>a>>b>>M; FOI(i,1,M){ if(rand()%2) cout<<"Yes\n"; else cout<<"No\n"; } return 0; }