# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
499551 | Ibraheem | Ljeto (COCI21_ljeto) | C++14 | 1 ms | 204 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;
int a[9];
int main(){
a[1] = -1;
a[2] = -1;
a[3] = -1;
a[4] = -1;
a[5] = -1;
a[6] = -1;
a[7] = -1;
a[8] = -1;
int n, r , i , p = 0 , k , t , o = 0;
cin >> n;
i = n;
while(n > 0){
cin >> t >> r >> k;
if(i == n - a[r] > 10){
if(r <= 4){
o = o + 100;
}
if(r >= 5){
p = p + 100;
}
}else if(t - a[r] <= 10 && t >= 10 ){
if(r <= 4){
o = o + 150;
}if(r >= 5){
p = p + 150;
}
}else{
if(r <= 4){
o = o + 100;
}if(r >= 5){
p = p + 100;
}
}
a[k] = -1;
a[r] = t;
n--;
}
cout << o << ' ' << p;
}
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... |