#include #include #include using namespace std; const int d[5]={0,1,0,-1}; int H,W; string G[1000]; int sz[1000][1000]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cin>>H>>W; for(int i=0;i>G[i]; for(int i=0;i >Q; Q.push_back(make_pair(i,j)); sz[i][j]=-1; for(int k=0;k=0&&ty>=0&&tx=4?'.':G[i][j]); cout<<"\n"; } }