#include using namespace std; int main() { int H, W; cin>>H>>W; vector S(H); for(auto& e: S) cin>>e; #define REP(i, a, b) for(int i=a; i