728x90
https://www.acmicpc.net/problem/11720
n = int(input())
res = 0
num = input()
for i in num:
res += int(i)
print(res)
728x90
'[Coding Test] > [백준]' 카테고리의 다른 글
[백준] 1157 파이썬(python) : 단어 공부 - (★) (0) | 2022.07.02 |
---|---|
[백준] 13305 파이썬(python) : 단어의 개수 (0) | 2022.07.02 |
[백준] 2675 파이썬(python) : 문자열 반복 - (★) (0) | 2022.07.02 |
[백준] 17298 파이썬(python) : 오큰수 - (monotone stack 알고리즘) (0) | 2022.07.02 |
[백준] 1707 파이썬(python) : 이분 그래프 (0) | 2022.07.01 |