Submission #23214264
Source Code Expand
N=int(input())
*A, = map(int,input().split())
ans = 0
for a in A:
ans += max(0,a-10)
print(ans)
Submission Info
| Submission Time | |
|---|---|
| Task | B - Nuts |
| User | ttm8761 |
| Language | Python (3.8.2) |
| Score | 200 |
| Code Size | 106 Byte |
| Status | AC |
| Exec Time | 23 ms |
| Memory | 9228 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample_01.txt, sample_02.txt |
| All | random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, sample_01.txt, sample_02.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| random_01.txt | AC | 23 ms | 9228 KiB |
| random_02.txt | AC | 17 ms | 8972 KiB |
| random_03.txt | AC | 18 ms | 8988 KiB |
| random_04.txt | AC | 23 ms | 8976 KiB |
| random_05.txt | AC | 17 ms | 8988 KiB |
| random_06.txt | AC | 18 ms | 9100 KiB |
| random_07.txt | AC | 20 ms | 9132 KiB |
| random_08.txt | AC | 19 ms | 9020 KiB |
| sample_01.txt | AC | 23 ms | 9160 KiB |
| sample_02.txt | AC | 21 ms | 8976 KiB |