#include #include using namespace std; int main() { int m; cin>>m; int *arr = new int[m*m]; for(int i=0;i>arr[i*m+j]; } } for(int i=0;i