728x90
반응형
SMALL
result = 0
for i in range(5):
b = int(input())
result += b
print(result)
728x90
반응형
LIST
'백준문제 > 브론즈 5' 카테고리의 다른 글
백준) 6840번 - python (0) | 2024.02.23 |
---|---|
백준) 5622번 - python (0) | 2024.02.22 |
백준) 5341번 - python (0) | 2024.02.20 |
백준) 4999번 - python (0) | 2024.02.19 |
백준) 4673번 - python (0) | 2024.02.18 |