#include #include #include #define rep(i,n) for(int i=0;i> n; vector a(n); rep(i,n) cin >> a[i]; vector dp(1<