# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1174029 | escobrand | Cloud Computing (CEOI18_clo) | C++20 | 544 ms | 2100 KiB |
#include <bits/stdc++.h>
using namespace std;
#define all(v) v.begin(),v.end()
#define eb push_back
#define ll long long
#define fi first
#define se second
int i,n,j,u,v,tmp,m;
const int maxn = 1e5+10;
const ll inf = 1e17;
struct bruh
{
int c,f,t;
bool operator < (bruh & pmt)
{
if(f == pmt.f)return c > pmt.c;
return f > pmt.f;
}
};
vector<bruh> a;
ll dp[2][maxn],mx;
bool now = 0,pre;
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(0);
# | 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... |