#include using namespace std; #define int long long #define rep(i,n) for(int i=0;i<(n);i++) #define pb push_back #define all(v) (v).begin(),(v).end() #define fi first #define se second typedef vectorvint; typedef pairpint; typedef vectorvpint; templateinline void chmin(A &a,B b){if(a>b)a=b;} templateinline void chmax(A &a,B b){if(a>q; while(q--){ int x1,x2,y1,y2; cin>>x1>>x2>>y1>>y2; cout<<"SELECT count(*) FROM point WHERE "<<"x>="<="<