티스토리 뷰
https://www.acmicpc.net/problem/2941
s = input()
a = ['c=', 'c-', 'dz=', 'd-', 'lj', 'nj', 's=', 'z=']
for i in a:
s = s.replace(i, '#')
print(len(s))
'Algorithm > Baekjoon' 카테고리의 다른 글
[백준] 13458 : 시험 감독 - Python (0) | 2020.03.27 |
---|---|
[백준] 1316 : 그룹 단어 체커 - Python (0) | 2020.03.27 |
[백준] 5622 : 다이얼 - Python (0) | 2020.03.27 |
[백준] 2908 : 상수 - Python (0) | 2020.03.26 |
[백준] 1152 : 단어의 개수 - Python (0) | 2020.03.26 |