티스토리 뷰
문제
코드
A = int(input())
B = int(input())
C = int(input())
times = str(A * B * C)
result = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
for i in range(len(times)):
if times[i] != 0:
result[int(times[i])] += 1
for i in result:
print(i)
'알고리즘' 카테고리의 다른 글
[algorithm] leetcode 344 - reverse-string (파이썬) (0) | 2022.03.10 |
---|---|
[algorithm] leetcode 561 - Array Partition I (파이썬) (0) | 2022.03.09 |
[algorithm] 프로그래머스 - 로또의 최고 순위와 최저 순위 (파이썬) (0) | 2022.03.03 |
[algorithm] 백준 2562 - 최댓값 (파이썬) (6) | 2022.03.02 |
[algorithm] 백준 2798 - 블랙잭 (파이썬) (0) | 2022.03.01 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 스프링 부트
- 백준
- 코틀린
- 그리디
- Spring
- 노마드
- 인프런
- 리팩토링
- 알고리즘
- leetcode
- 정렬
- 자료구조
- webflux
- kotlin
- 스프링부트
- 파이썬
- 코테
- mysql 8.0
- MySQL
- 문자열
- Algorithm
- spring boot
- 노마드코더
- 릿코드
- 데이터베이스
- 스프링
- 북클럽
- 구현
- Real MySQL
- 김영한
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함