# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
384285 | rumen_m | Cloud Computing (CEOI18_clo) | C++17 | 806 ms | 2192 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 long long maxn = 5005;
struct query
{
long long idx;
long long c,f,v;
};
query q[maxn];
long long cores[200005][2];
bool cmp(query i, query j)
{
if(i.f==j.f)
{
return i.v<j.v;
}
return i.f>j.f;
}
long long SUM = 0;
long long n,m;
void solve()
{
long long i,j;
long long maxs= n*50;
for(i=1;i<=maxs;i++)
cores[i][0] = -1e18;
cores[0][0] = 0;
bool fl = 1;
for(i=1;i<=n+m;i++)
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... |