# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
920260 | vjudge1 | Council (JOI23_council) | C++17 | 1012 ms | 61020 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>
using namespace std;
typedef unsigned long long ll;
#define MAXN (int)pow(2,21)+10
int pc(ll x){
int now=0;
while(x){
now++;
x^=(x&(-x));
}
return now;
}
ll sm[25];
ll num[300010],pnums[300010],pans[300010];
int gs[MAXN];
ll omx[MAXN],osmx[MAXN];
//ll umx[MAXN],usmx[MAXN];
int main(){
//freopen("try.in","r",stdin);
//freopen("try2.out","w",stdout);
memset(gs,0,sizeof gs);
memset(omx,0,sizeof omx);
memset(osmx,0,sizeof osmx);
//memset(umx,0,sizeof umx);
//memset(usmx,0,sizeof usmx);
memset(num,0,sizeof num);
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... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |