# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
768201 | rainboy | Simple game (IZhO17_game) | C11 | 385 ms | 6216 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 <stdio.h>
#define N 100000
#define Q 100000
#define N_ (N + Q + 1)
unsigned int Z = 12345;
int rand_() {
return (Z *= 3) >> 1;
}
int zz[N_], ll[N_], rr[N_], aa[N_], xx[N_], ss[N_], u_, l_, r_;
int node(int a, int x) {
static int _ = 1;
zz[_] = rand_();
aa[_] = a, ss[_] = xx[_] = x;
return _++;
}
void pul(int u) {
ss[u] = ss[ll[u]] + xx[u] + ss[rr[u]];
}
void split(int u, int a) {
if (u == 0) {
u_ = l_ = r_ = 0;
return;
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... |