# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
163001 | Akashi | Cloud Computing (CEOI18_clo) | C++14 | 816 ms | 2116 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;
struct usu{
int c, f, v, t;
bool operator < (const usu &aux)const{
if(f != aux.f) return f < aux.f;
return t > aux.t;
}
};
usu a[4005];
int n, nr;
long long d[2][100005];
int main()
{
// freopen("1.in", "r", stdin);
scanf("%d", &n);
for(int i = 1; i <= n ; ++i){
++nr;
scanf("%d%d%d", &a[nr].c, &a[nr].f, &a[nr].v);
a[nr].t = 0;
}
scanf("%d", &n);
for(int i = 1; i <= n ; ++i){
++nr;
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... |