# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
96025 | alextodoran | Shell (info1cup18_shell) | C++14 | 741 ms | 172996 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 NM 3000002
#define ll long long
using namespace std;
const ll MOD = 1e9+7;
vector <int> ine[NM], oute[NM];
int n, m, p;
int v[NM];
bool spv[NM];
int g[NM];
queue <int> q;
int ord[NM];
int vo[NM];
bool fs (int a, int b)
{
return ord[a] < ord[b];
}
ll dp[NM];
# | 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... |