728x90
반응형
SMALL
n = int(input())
count = 0
for i in range(1, n+1):
count += i
print(count)
728x90
반응형
LIST
'백준문제 > 브론즈 5' 카테고리의 다른 글
백준) 10818번 - python (0) | 2024.02.27 |
---|---|
백준)10817번 - python (0) | 2024.02.26 |
백준) 7891번 - python (0) | 2024.02.24 |
백준) 6840번 - python (0) | 2024.02.23 |
백준) 5622번 - python (0) | 2024.02.22 |