[C++] LeetCode : Factorial Trailing Zeros
Question Given an integer n, return the number of trailing zeroes in n!. integer 변수 n이 주어졌을 때, n 팩토리얼의 traling zeros 숫자 개수를 리턴하라. trailing zero란 일의 자리수 부터 있는 0의 개수이다. 예를 들어, 12300 이면 trailing zero는 2이다. 다만 중간에 0이 나오는 것은 trailing zero는 아니다. 예를 들어, 1200300의 trailing zero는 2이다. Note that n! = n * (n - 1) * (n - 2) *... * 3 * 2 * 1. 제약사항 0
IT/Problem Solving
2022. 8. 14. 23:38
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 러스트 배우기
- DP
- Medium
- 러스트
- 코딩인터뷰
- ProblemSolving
- 러스트 기초
- Interview
- rust
- 속초 맛집
- LeetCode
- 인터뷰
- 기술면접
- C++
- 트리
- algorithm
- 러스트 입문
- 맛집
- 속초
- 내돈내산
- interview question
- Problem Solving
- PS
- 리트코드
- coding interview
- 알고리즘
- 자료구조
- 반드시 알아야 할 자료구조
- Tree
- 솔직후기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함