#include using namespace std; int main(){ int n;cin >> n; vector a(n); for(int i=0;i> a[i]; } const int INF=1e9; vector dp(n,INF); for(int i=0;i