# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1174831 | guilhermecpp | Hard route (IZhO17_road) | C++20 | 793 ms | 246560 KiB |
#include <bits/stdc++.h>
using namespace std;
#define N 500010
#define M 4
#define INF 1000000010
#define fi first
#define se second
#define pb push_back
typedef long long ll;
typedef pair< ll, ll > pll;
typedef vector< ll > vl;
typedef vector< pll > vll;
struct Tipo
{
ll d, f, q, s;
void operator = (Tipo a)
{
d = a.d;
q = a.q;
s = a.s;
f = a.f;
return;
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |