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 |
Tags
- ollama mcp
- reversing ollama
- 웹해킹
- ghidra mcp
- 코로나
- vscode
- 장고vscode
- ollama3.1
- 장고
- ghidra ollama
- 해커
- ghidra llm
- 파이썬웹
- webhacking.kr문제풀이
- reversing mcp
- 바이러스
- reversing
- 백준
- 파이썬
- 해킹문제
- 해킹
- djangovscode
- ghidra ollama mcp
- dreamhack
- 코로나바이러스
- web
- jango
- 리버싱
- Django
- ghidra
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