#include using namespace std; int main(){ int a[100][100]; int m,n; cin>>m>>n; for(int i=0;i>a[i][j]; } } /// Rowwise for(int i=0;i