# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
613485 | amunduzbaev | Examination (JOI19_examination) | C++17 | 1719 ms | 56124 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;
#include "ext/pb_ds/assoc_container.hpp"
#include "ext/pb_ds/tree_policy.hpp"
using namespace __gnu_pbds;
template<class T> using oset = tree<T, null_type, less_equal<T>,
rb_tree_tag, tree_order_statistics_node_update>;
#define ar array
typedef int64_t ll;
#define sow cerr<<"here"<<endl;
const int N = 1e5 + 5;
//~ struct node{
//~ int sum, L, R;
//~ node(){
//~ sum = L = R = 0;
//~ }
//~ };
//~ struct ST{
//~ vector<node> tree;
//~ int last;
//~ ST(){
//~ last = 1;
//~ tree.resize(1);
//~ }
# | 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... |