# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
884908 | amirhoseinfar1385 | Reconstruction Project (JOI22_reconstruction) | C++17 | 428 ms | 20400 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;
const int maxn=505,maxm=100000+10;
struct yal{
int u,v,w,ind;
bool operator <(const yal a)const{
if(a.w!=w){
return w<a.w;
}
if(a.u!=u){
return u<a.u;
}
return v<a.v;
}
};
struct updy{
int l,val,ted;
updy(int a=0,int b=0,int c=0){
l=a;
val=b;
ted=c;
}
bool operator <(const updy a)const{
if(a.l!=l){
return l<a.l;
}
if(a.val!=val){
return val<a.val;
}
return ted<a.ted;
# | 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... |