# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
74971 | khsoo01 | Highway Tolls (IOI18_highway) | C++11 | 450 ms | 21520 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 "highway.h"
#include<bits/stdc++.h>
#define X first
#define Y second
using namespace std;
typedef long long ll;
typedef pair<int,int> pii;
typedef pair<ll,ll> pll;
const int N = 90005, M = 1300005;
const ll inf = 1e18;
int n, m, a, b, p;
ll def, dis[N];
bool ban[N], v1[N], v2[N];
vector<int> adj[N], dij[N], drv[N], ord;
vector<pii> edg;
queue<int> q;
ll query () {
vector<int> V;
for(int i=0;i<m;i++) {
V.push_back(ban[edg[i].X] || ban[edg[i].Y]);
}
return ask(V);
}
# | 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... |