#include using namespace std; #define int long long signed main(){ int N; cin>>N; vector S(N); for(int i=0;i>S[i]; int ans = 0; int now = 0; for(int i=0;i