#include #include using namespace std; int main(){ int h,w;cin>>h>>w; atcoder::dsu uf(h*w); vector g(h); for(int i=0;i>g[i]; for(int i=0;i=4?'.':g[i][j]); } cout<<"\n"; } }