-
백준 2941 [파이썬 Python]알고리즘 Algorithms/백준 BaekJoon 알고리즘 2020. 3. 30. 16:57
파이썬 Python
내 풀이
s= input()
al = ['c=', 'c-', 'dz=', 'd-', 'lj', 'nj', 's=', 'z=']
for i in al:
if i in s:
s = s.replace(i,".")
print(len(s))'알고리즘 Algorithms > 백준 BaekJoon 알고리즘' 카테고리의 다른 글
백준 2839 [파이썬 PYTHON] (0) 2020.04.02 백준 1316 [파이썬 Python] (0) 2020.03.30 백준 5622 [파이썬 Python] (0) 2020.03.30 백준 2908 [파이썬 Python] (0) 2020.03.30 백준 1157 [파이썬 Python] (0) 2020.03.30