#include #include #include using namespace std; const int MAX=300010; int d[MAX]; int main() { ios::sync_with_stdio(false); cin.tie(0); int n; cin>>n; vector a(n); for ( int i=0; i>a[i]; for ( int i=0; i