# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
384411 | apostoldaniel854 | Wall (IOI14_wall) | C++14 | 960 ms | 118252 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;
using ll = long long;
#define dbg(x) cerr << #x << " " << x << "\n"
//#define HOME
/**
10 3
1 3 4 91220
1 5 9 48623
2 3 5 39412
**/
#ifndef HOME
#include "wall.h"
#endif // HOME
const int ADD = 1, REMOVE = 2;
struct node_t {
int low;
int high;
};
struct event_t {
int pos;
node_t value;
# | 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... |