#include #include #include using namespace std; using ll = long long; int main(void){ int h, w; cin >> h >> w; vector s(h), ans(w, string(h, '.')); for(auto&x:s) cin >> x; for(int i=0; i