# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
63825 | Just_Solve_The_Problem | Election (BOI18_election) | C++11 | 980 ms | 40176 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define pii pair < int, int >
#define fr first
#define sc second
#define mk make_pair
#define pb push_back
const int N = (int)5e5 + 7;
const int inf = (int)1e9 + 7;
int n;
string s;
vector < pii > query[N];
vector < int > stk;
int b[N];
struct TT {
int suf, sum;
TT() {}
};
struct T {
TT tree[N * 4];
void upd(int pos, int val, int v = 1, int l = 1, int r = n) {
if (l == r) {
tree[v].sum = val;
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |