728x90
반응형
SMALL
total = []
for i in range(5):
total.append(int(input()))
if total[i] <=40:
total[i] = 40
print(int(sum(total) / 5))
728x90
반응형
LIST
'백준문제 > 브론즈 4' 카테고리의 다른 글
백준) 10156번 - python (0) | 2024.04.07 |
---|---|
백준) 10101번 - python (0) | 2024.04.06 |
백준) 9316번 - python (0) | 2024.04.04 |
백준) 6749번 - python (0) | 2024.04.03 |
백준) 5717번 - python (0) | 2024.04.02 |