Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- dreamhack
- 파이썬
- jango
- reversing
- 해커
- 파이썬웹
- 장고
- 취약점점검
- webhacking.kr문제풀이
- djangovscode
- 장고vscode
- vscode
- 백준
- web
- basic4
- 해킹
- rev-basic-3
- 바이러스
- 코로나
- 모세포
- Django
- csaw 2018
- rev-basic-6
- AndroidOS
- rev-basic-4
- 코로나바이러스
- 해킹문제
- csaw
- 웹해킹
- 리버싱
Archives
- Today
- Total
Kilkat
백준 2941번 python 본문
cro_list = ['c=', 'c-', 'dz=', 'd-', 'lj', 'nj', 's=', 'z=']
a = input()
for i in cro_list:
if i in cro_list:
a = a.replace(i, '0')
print(len(a))
'Programming > python' 카테고리의 다른 글
TOCTOU PoC (0) | 2025.01.15 |
---|---|
백준 4344번 python (0) | 2021.03.17 |
백준 2741번 python (0) | 2021.03.17 |
백준 2577번 python (0) | 2021.03.17 |
백준 2446번 python (0) | 2021.03.17 |
Comments