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 |