| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 486982 | model_code | Ljeto (COCI21_ljeto) | Cpython 3 | 21 ms | 2812 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.
n = int(input())
last = [-100]*8
s = [0, 0]
for i in range(n):
t, a, b = map(int, input().split())
a-=1
b-=1
s[a > b] += 100
if t - last[a] <= 10:
s[a > b] += 50
last[a] = t
print(*s)
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
