# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
59897 | babo | Port Facility (JOI17_port_facility) | C++14 | 26 ms | 23840 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>
#define L long long
#define mod 1000000007
using namespace std;
struct S{
L s,e,ord;
}a[1000010];
bool operator<(S a,S b){
return a.e<b.e;
}
bool cmps(S a,S b){
return a.s<b.s;
}
bool cmpe(S a,S b){
return a.e<b.e;
}
L n,ans=1;
L color[1000010];
vector<L>v[1000010];
void dfs(L x){
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... |