#include using namespace std; #define int long long signed main(){ int H,W; cin>>H>>W; vector> S(H,vector(W)); for(int i=0;i>S[i][j]; } for(int i=0;i