# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
123029 | luciocf | Valley (BOI19_valley) | C++14 | 353 ms | 46584 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.
// BOI 2019 - Alpine Valley
// Lúcio Cardoso
#include <bits/stdc++.h>
#define ff first
#define ss second
using namespace std;
const int maxn = 1e5+10;
const int maxl = 20;
const long long inf = 2e18+10;
typedef long long ll;
typedef pair<int, int> pii;
int n, s, q, e;
int w[maxn];
int pai[maxn], nivel[maxn];
ll dist[maxn], sub[maxn];
pair<int, ll> tab[maxn][maxl];
bool shop[maxn];
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... |