# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
499413 | 2021-12-28T11:26:04 Z | Ibraheem | Ljeto (COCI21_ljeto) | C++14 | 0 ms | 204 KB |
#include<bits/stdc++.h> using namespace std; int a[8]; int main(){ int n , m , t , k , o , p , r; cin >> n; while(n > 0){ cin >> t >> r >> k; if(a[r] - t <= 10){ if(r <= 4){ o = o + 150; } if(r >= 5){ p = p + 150; } }else if(a[r] - t > 10){ if(r <= 4){ o = o + 100; } if(r <= 5){ p = p + 100; } } t = a[r]; n--; } if(o > 100){o = o - 50;} if(p > 100){p = p - 50;} cout << o << " " << p; }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |