# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
745392 | arthur_nascimento | Reconstruction Project (JOI22_reconstruction) | C++14 | 5044 ms | 19008 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;
#define maxn 1010
#define maxE 100100
#define pb push_back
#define debug
#define pii pair<int,int>
#define ll long long
#define mod 998244353
#define inf (1<<30)
struct edge {
int a,b,w;
bool operator < (edge comp){
return w < comp.w;
}
edge(int a=0,int b=0,int w=0) : a(a), b(b), w(w) {}
}
E[maxE];
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... |