# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
138604 | ckodser | Werewolf (IOI18_werewolf) | C++14 | 629 ms | 64628 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 "werewolf.h"
#include<bits/stdc++.h>
#define ll int
#define pb push_back
#define ld long double
#define F first
#define S second
#define mp make_pair
#define pii pair<ll,ll>
using namespace :: std;
const ll maxn=2e5+500;
const ll kmaxn=3100;
const ll inf=1e9+900;
const ll logg=20;
ll n,m,q;
vector<ll> ger[maxn];
vector<ll> b;
ll koj[maxn];
ll mn[maxn][logg];
ll mx[maxn][logg];
ll tt[maxn];
ll findMax(ll l,ll r){
if(l>r)swap(l,r);
ll t=tt[r-l+1];
ll res=r-(1<<t)+1;
return max(mx[l][t],mx[res][t]);
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... |