# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
95054 | ckodser | Bitaro’s Party (JOI18_bitaro) | C++14 | 1866 ms | 306508 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 ll int
#define pb push_back
#define mp make_pair
#define ld long double
#define F first
#define S second
#define pii pair<ll,ll>
using namespace :: std;
const ll maxn=1e5+500;
const ll maxm=2e5+500;
const ll inf =1e9+900;
const ll mod=1e9+7;
const ll rad=330;
vector<ll> out[maxn];
vector<ll> in[maxn];
vector<pii> maxx[maxn];
ll tmp[maxn];
bool hazf[maxn];
ll dp[maxn];
ll find_ans(ll t){
dp[t]=0;
ll ans=-1;
if(!hazf[t])ans=0;
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... |