반응형
문제 정보
제출 코드
count = int(input())
n = input()
total = 0
for i in range(count):
total += int(n[i])
print(total)
'Study > 알고리즘' 카테고리의 다른 글
[백준 알고리즘] 2675번 Python (0) | 2021.10.04 |
---|---|
[백준 알고리즘] 10809번 Python (0) | 2021.10.04 |
[백준 알고리즘] 11654번 Python (0) | 2021.10.04 |
[백준 알고리즘] 1065번 Python (0) | 2021.10.03 |
[백준 알고리즘] 4673번 Python (0) | 2021.10.03 |
댓글