#include #include using namespace std; int main(){ int N,id=-1; cin >> N; vector> A(N,vector(N)); for(int i=0;i> A[i][j]; for(int j=0;j