# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
218011 | tincamatei | Restore Array (RMI19_restore) | C++14 | 444 ms | 5120 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.
/**
* user: tinca-6db
* fname: Matei
* lname: Tinca
* task: restore
* score: 100.0
* date: 2019-10-10 08:18:43.220236
*/
#include <bits/stdc++.h>
using namespace std;
const int MAX_N = 5000;
struct Edge {
int son, difa, difb;
};
struct Range {
int l, r;
} range[1+MAX_N];
vector<Edge> graph[1+MAX_N];
void reportError() {
printf("-1");
exit(0);
}
bool ok;
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... |