#include #include #include #include using namespace std; int main(){ int h,w; cin>>h>>w; vector s(h); vector> a; for(int i=0;i>s[i]; for(int j=0;j