#include using namespace std; using Int = long long; template inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a>n; vector a(n); for(Int i=0;i>a[i]; Int s=1< dp(s,-1); function dfs= [&](Int b)->Int{ if(b==0) return 0; Int &res=dp[b]; if(~res) return res; res=0; for(Int i=0;i>i)&1)&&((b>>j)&1)) chmax(res,dfs(b^(1<