#include using namespace std; #define repl(i,a,b) for(int i=(int)(a);i<(int)(b);i++) #define rep(i,n) repl(i,0,n) #define mp(a,b) make_pair((a),(b)) #define pb(a) push_back((a)) #define all(x) (x).begin(),(x).end() #define uniq(x) sort(all(x)),(x).erase(unique(all(x)),end(x)) #define fi first #define se second #define dbg(x) cout<<#x" = "<<((x))< ostream& operator<<(ostream& o, const pair &p){o<<"("< ostream& operator<<(ostream& o, const vector &v){o<<"[";for(T t:v){o<>n; rep(i,n) rep(j,n) cin>>mat[i][j]; fill(dp, dp+(1<<24), -INF); dp[0] = 0; rep(mask, 1<=0){ int j =0; while( (mask>>j)%2 ) j++; for(int k=j+1; k>k)%2 == 0){ int nmask = mask|(1<