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
- 장고
- Django
- djangovscode
- 웹해킹
- ollama mcp
- 해킹
- 코로나
- 파이썬
- web
- 해커
- 코로나바이러스
- dreamhack
- vscode
- 리버싱
- ollama3.1
- 바이러스
- reversing mcp
- reversing ollama
- 파이썬웹
- 백준
- ghidra mcp
- reversing
- ghidra
- ghidra ollama
- jango
- ghidra llm
- ghidra ollama mcp
- webhacking.kr문제풀이
- 해킹문제
- 장고vscode
Archives
- Today
- Total
Kilkat
백준 2577번 python 본문
a1 = int(input())
a2 = int(input())
a3 = int(input())
mul = list(str(a1 * a2 * a3))
for i in range(10):
print(mul.count(str(i)))
'Programming > python' 카테고리의 다른 글
백준 2941번 python (0) | 2021.03.17 |
---|---|
백준 2741번 python (0) | 2021.03.17 |
백준 2446번 python (0) | 2021.03.17 |
백준 2523번 python (0) | 2021.03.17 |
백준 2444번 python (0) | 2021.03.17 |
Comments