# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
127618 | MohamedAhmed04 | Bali Sculptures (APIO15_sculpture) | C++14 | 172 ms | 9592 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;
const int MAX = 2005 ;
const int MAX2 = 105 ;
long long arr[MAX] , pref[MAX];
long long dp[MAX2][MAX2][MAX2] ;
long long dp2[MAX];
int n , a , b ;
long long now = 0 ;
long long bit1 = 0 , bit2 = 0;
long long calc1(int idx , int st , int groups)
{
if(idx == n && groups >= a && groups <= b)
{
long long val ;
if(st == 0)
val = pref[idx-1] ;
else
val = pref[idx-1] - pref[st-1] ;
if(!((val & bit1)))
return val ;
return (1ll << 58) ;
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... |