#include using namespace std; using ll = long long; #include using namespace atcoder; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); int H,W; cin>>H>>W; vector S(H); dsu d(H*W); for(int h=0;h>S[h]; for(int h=0;h=4?'.':S[i][j]); } cout<