@ -26,7 +26,7 @@
```cpp {.line-numbers}
#include <bits/stdc++.h>
using namespace std;
const int N = 1e6 + 10;
const int N = 200100;
const int INF = 0x3f3f3f3f;
int n, a[N], s[N], ans[N];