본문 바로가기
python-algorithm

[백준] 20494

by 무적김두칠 2021. 1. 20.

1
2
3
4
cnt=0
for _ in range(int(input())):
    cnt+=len(input())
print(cnt)
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 1032  (0) 2021.01.20
[백준] 20528  (0) 2021.01.20
[백준] 20299  (0) 2021.01.20
[백준] 20155  (0) 2021.01.20
[백준] 19946  (0) 2021.01.20

댓글