#include using namespace std; #define int long long signed main(){ int N; cin>>N; vector> A(N,vector(N,-1)); int now = 1; for(int i=0;i