#include using namespace std; int main() { int N; cin>>N; vector> a(N,vector (N)); for(int i=0;i