#include "bits/stdc++.h"
using namespace std;
#define FAST ios_base::sync_with_stdio(false); cin.tie(0);
#define pb push_back
#define eb emplace_back
#define ins insert
#define f first
#define s second
#define cbr cerr<<"hi\n"
#define mmst(x, v) memset((x), v, sizeof ((x)))
#define siz(x) ll(x.size())
#define all(x) (x).begin(), (x).end()
#define lbd(x,y) (lower_bound(all(x),y)-x.begin())
#define ubd(x,y) (upper_bound(all(x),y)-x.begin())
mt19937 rng(chrono::steady_clock::now().time_since_epoch().count()); //can be used by calling rng() or shuffle(A, A+n, rng)
inline long long rand(long long x, long long y) { return rng() % (y+1-x) + x; } //inclusivesss
string inline to_string(char c) {string s(1,c);return s;} template<typename T> inline T gcd(T a,T b){ return a==0?llabs(b):gcd(b%a,a); }
using ll=long long;
using ld=long double;
#define FOR(i,s,e) for(ll i=s;i<=ll(e);++i)
#define DEC(i,s,e) for(ll i=s;i>=ll(e);--i)
using pi=pair<ll,ll>; using spi=pair<ll,pi>; using dpi=pair<pi,pi>;
long long LLINF = 1e18;
int INF = 1e9+1e6;
#define MAXN (500006)
ll n, A[MAXN], ans;
pi l, mx[MAXN];
int main() {
FAST
cin>>n;
FOR(i,1,n) cin>>A[i];
FOR(i,1,n) A[i] += A[i-1];
mmst(mx,-1);
FOR(i,1,n) {
if(~mx[i].f) assert(l.s <= mx[i].s), l=mx[i];
ll dp = l.f + 1;
ll until = lower_bound(A+1,A+n+1,2*A[i]-A[l.s])-A;
mx[until] = pi(dp, i);
ans=max(ans,dp);
}
cout<<ans<<'\n';
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
5 ms |
8172 KB |
Output is correct |
2 |
Correct |
5 ms |
8172 KB |
Output is correct |
3 |
Correct |
6 ms |
8172 KB |
Output is correct |
4 |
Correct |
5 ms |
8172 KB |
Output is correct |
5 |
Correct |
5 ms |
8320 KB |
Output is correct |
6 |
Correct |
5 ms |
8192 KB |
Output is correct |
7 |
Correct |
5 ms |
8172 KB |
Output is correct |
8 |
Correct |
5 ms |
8172 KB |
Output is correct |
9 |
Correct |
5 ms |
8172 KB |
Output is correct |
10 |
Runtime error |
16 ms |
16364 KB |
Execution killed with signal 6 (could be triggered by violating memory limits) |
11 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
5 ms |
8172 KB |
Output is correct |
2 |
Correct |
5 ms |
8172 KB |
Output is correct |
3 |
Correct |
6 ms |
8172 KB |
Output is correct |
4 |
Correct |
5 ms |
8172 KB |
Output is correct |
5 |
Correct |
5 ms |
8320 KB |
Output is correct |
6 |
Correct |
5 ms |
8192 KB |
Output is correct |
7 |
Correct |
5 ms |
8172 KB |
Output is correct |
8 |
Correct |
5 ms |
8172 KB |
Output is correct |
9 |
Correct |
5 ms |
8172 KB |
Output is correct |
10 |
Runtime error |
16 ms |
16364 KB |
Execution killed with signal 6 (could be triggered by violating memory limits) |
11 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
5 ms |
8172 KB |
Output is correct |
2 |
Correct |
5 ms |
8172 KB |
Output is correct |
3 |
Correct |
6 ms |
8172 KB |
Output is correct |
4 |
Correct |
5 ms |
8172 KB |
Output is correct |
5 |
Correct |
5 ms |
8320 KB |
Output is correct |
6 |
Correct |
5 ms |
8192 KB |
Output is correct |
7 |
Correct |
5 ms |
8172 KB |
Output is correct |
8 |
Correct |
5 ms |
8172 KB |
Output is correct |
9 |
Correct |
5 ms |
8172 KB |
Output is correct |
10 |
Runtime error |
16 ms |
16364 KB |
Execution killed with signal 6 (could be triggered by violating memory limits) |
11 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
5 ms |
8172 KB |
Output is correct |
2 |
Correct |
5 ms |
8172 KB |
Output is correct |
3 |
Correct |
6 ms |
8172 KB |
Output is correct |
4 |
Correct |
5 ms |
8172 KB |
Output is correct |
5 |
Correct |
5 ms |
8320 KB |
Output is correct |
6 |
Correct |
5 ms |
8192 KB |
Output is correct |
7 |
Correct |
5 ms |
8172 KB |
Output is correct |
8 |
Correct |
5 ms |
8172 KB |
Output is correct |
9 |
Correct |
5 ms |
8172 KB |
Output is correct |
10 |
Runtime error |
16 ms |
16364 KB |
Execution killed with signal 6 (could be triggered by violating memory limits) |
11 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
5 ms |
8172 KB |
Output is correct |
2 |
Correct |
5 ms |
8172 KB |
Output is correct |
3 |
Correct |
6 ms |
8172 KB |
Output is correct |
4 |
Correct |
5 ms |
8172 KB |
Output is correct |
5 |
Correct |
5 ms |
8320 KB |
Output is correct |
6 |
Correct |
5 ms |
8192 KB |
Output is correct |
7 |
Correct |
5 ms |
8172 KB |
Output is correct |
8 |
Correct |
5 ms |
8172 KB |
Output is correct |
9 |
Correct |
5 ms |
8172 KB |
Output is correct |
10 |
Runtime error |
16 ms |
16364 KB |
Execution killed with signal 6 (could be triggered by violating memory limits) |
11 |
Halted |
0 ms |
0 KB |
- |