#include using namespace std; const int mod=1000000007; int main() { long N,M,ans=0; cin>>N>>M; long B[M][N]; for(int j=0;j>B[0][j];} for(int i=1;i