# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
499481 | 2021-12-28T13:51:41 Z | Ibraheem | Ljeto (COCI21_ljeto) | C++14 | 0 ms | 204 KB |
#include<bits/stdc++.h> using namespace std; int a[8]; 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 , m , l , r , i , p = 0 , k , t , o = 0; cin >> n; i = n; while(n > 0){ cin >> t >> r >> k; if(t - a[r] > 10){ if(r <= 4){ o = o + 100; } if(r >= 5){ p = p + 100; } } if(n < i && t - a[r] <= 10){ if(r <= 4){ o = o + 150; }if(r >= 5){ p = p + 150; } } a[k] = 0; a[r] = t; n--; }if(o > 100){o = o - 50;} if(p > 100){p = p - 50;} cout << o << ' ' << p; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 204 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |