# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
432679 | Rouge_Hugo | 비스킷 담기 (IOI20_biscuits) | C++14 | 1082 ms | 332 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include<bits/stdc++.h>
#include "biscuits.h"
#define ll long long
#define fi first
#define se second
#define pb push_back
using namespace std;
int n;int a[70];int m;
int go(int x)
{ll r=0;
for(int j=0; j<=14; j++)
{
int z=0;
if(((1<<j)&x))z=1;
r+=a[j];
if(z)
{
if(r<m)
return 0;
r-=m;
}
r/=2;
}
return 1;
}
long long count_tastiness(long long x,vector<long long> A)
{
m=x;
memset(a,0,sizeof a);
n=A.size();
# | 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... |