# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
838073 | fatemetmhr | Two Currencies (JOI23_currencies) | C++17 | 926 ms | 47480 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.
// na hanooz omidi vjood dare... hanooz ye karayi hast ke bknm :)
#include <bits/stdc++.h>
using namespace std;
#define debug(x) cerr << "(" << (#x) << "): " << (x) << endl;
#define all(x) (x).begin(), (x).end()
#define fi first
#define se second
#define mp make_pair
#define pb push_back
typedef long long ll;
const int maxn5 = 1e5 + 10;
const int lg = 20;
int ti = 3, st[maxn5], ft[maxn5], h[maxn5];
int hcnt[maxn5], cnt[maxn5], s[maxn5], t[maxn5];
int par[lg][maxn5], a[maxn5], b[maxn5], c[maxn5];
int lo[maxn5], hi[maxn5];
ll x[maxn5], y[maxn5], mx[maxn5];
pair <int, int> p[maxn5];
vector <int> req[maxn5];
vector <pair<int, int>> adj[maxn5];
pair <ll, int> operator +(pair <ll, int> a, pair <ll, int> b){
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... |