# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
788555 | Andrey | Mechanical Doll (IOI18_doll) | C++14 | 103 ms | 17132 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 "doll.h"
#include<bits/stdc++.h>
using namespace std;
vector<int> haha[200001];
vector<int> idk(500001);
int br = 1,yeah;
vector<int> x(0);
vector<int> y(0);
void dude(int a, int d) {
x.push_back(0);
y.push_back(0);
int ind = br-1;
br++;
if(d < 0) {
if(a == 2) {
x[ind] = INT_MAX;
y[ind] = INT_MAX;
}
else {
x[ind] = yeah;
y[ind] = INT_MAX;
}
return;
}
int z = (1 << (d+1));
if(a <= z) {
x[ind] = yeah;
y[ind] = -br;
dude(a,d-1);
}
else {
x[ind] = -br;
dude(a-z,d-1);
y[ind] = -br;
dude(z,d-1);
}
}
void create_circuit(int m, vector<int> bruh) {
vector<int> c(m+1);
c[0] = bruh[0];
int n = bruh.size();
bruh.push_back(0);
int a,z = 0,b,p,d = 0,e = 1;
for(int i = 0; i < bruh.size(); i++) {
haha[0].push_back(bruh[i]);
}
for(int i = 0; i < m+1; i++) {
c[i] = -1;
}
for(int i = 0; i < 200001; i++) {
if(haha[i].empty()) {
continue;
}
if(haha[i].size() == 1) {
c[i] = haha[i][0];
}
else {
c[i] = -br;
yeah = -br;
d = -1;
e = 1;
while(e*2 < haha[i].size()) {
e*=2;
d++;
}
dude(haha[i].size(),d);
p = 0;
for(int j = 0; j < haha[i].size(); j++) {
d = -c[i];
if((++idk[d-1])%2) {
e = x[d-1];
}
else {
e = y[d-1];
}
while(e != INT_MAX) {
d = -e;
if((++idk[d-1])%2) {
e = x[d-1];
}
else {
e = y[d-1];
}
}
if(idk[d-1]%2 == 1) {
x[d-1] = haha[i][j];
}
else {
y[d-1] = haha[i][j];
}
}
}
}
answer(c,x,y);
}
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... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |