#include"bits/stdc++.h" //#include using namespace std; #define print(x) cout<> n; rep(i, 0, n)cin >> v[i]; memset(dp, -1, sizeof(dp)); print(dfs(0, 0)); return 0; }