# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
40229 | jackyliuxx | Wiring (IOI17_wiring) | C++14 | 101 ms | 17148 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.
//#define DEBUG
#include "wiring.h"
#include <bits/stdc++.h>
using namespace std;
#define INF 9000000000000000000L
#define RED true
#define BLUE false
typedef long long LL;
struct P {
bool color;
LL pos;
};
bool cmp(P a, P b) {
return a.pos < b.pos;
}
vector<P> arr;
vector<int> head;
vector<LL> lsum, lcnt;
vector<int> tail;
vector<LL> rsum, rcnt;
vector<LL> dp;
LL dpv(int x) {
if (x < 0) {
# | 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... |