티스토리

포렌식 & 개발 이야기 - Forensics & Development
검색하기내 프로필
Programming/Python

[정올] 1430 : 숫자의 개수

pental 2020. 3. 25. 10:54
A = int(input())
B = int(input())
C = int(input())

result = A * B * C
result_list = list(str(result))
for i in range(10):
    result_num_list = result_list.count(str(i))
    print(result_num_list)

https://github.com/kim-do-hyeon/jungol/blob/master/1430/1430.py

 

kim-do-hyeon/jungol

Contribute to kim-do-hyeon/jungol development by creating an account on GitHub.

github.com

 

저작자표시 비영리 (새창열림)

블로그 정보

포렌식 & 개발 이야기 - Forensics & Development

구독하기
포렌식 & 개발 이야기  - Forensics & Development, 블로그 홈
댓글수0
문의안내
  • 티스토리
  • 로그인
  • 고객센터
© Kakao Corp.