#include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; const int N6 = 1e6 + 6; const int N9 = 1e9 + 7; typedef unsigned long long ull; typedef long long ll; typedef double ld; typedef pair PII; typedef pair PIl; typedef pair PlI; typedef pair Pll; const ll INF = 1e18 + 5; #define F first #define S second #define pb push_back #define mp make_pair #define forn(x, a, b) for (int x = a; x <= b; ++x) #define for1(x, a, b) for (int x = b; x >= a; --x) #define sz() size() #define skip continue #define gg exit(0) #define boost ios_base::sync_with_stdio(0),cin.tie(NULL) #define task "" const ll N = 111111; ll n,a,b,q; int main(){ cin >> n >> a >> b >> q; for(int i = 1; i <= q; ++i) cout << "NO\n"; return 0; }