#include using namespace std; int dp[1<<15]; int main(void) { cin.tie(0); ios::sync_with_stdio(false); int n,t; vector v; cin >> n; for(int i=0;i> t; v.push_back(t); } for(int i=0;i<(1<