#include #define mp make_pair #define pb push_back #define all(x) (x).begin(),(x).end() #define _D(p) std::cout<<"L"<<__LINE__<<" : " #p " = "<<(p)< vi; typedef vector vvi; typedef pair pii; const int INF=1<<29; const double EPS=1e-9; const int dx[]={1,0,-1,0},dy[]={0,-1,0,1}; int main() { return 0; }