编程介的小学生
2017-11-09 08:29Largest prime factor
10Problem Description
Everybody knows any number can be combined by the prime number.
Now, your task is telling me what position of the largest prime factor.
The position of prime 2 is 1, prime 3 is 2, and prime 5 is 3, etc.
Specially, LPF(1) = 0.
Input
Each line will contain one integer n(0 < n < 1000000).
Output
Output the LPF(n).
Sample Input
1
2
3
4
5
Sample Output
0
1
2
1
3
- 点赞
- 回答
- 收藏
- 复制链接分享
0条回答
为你推荐
- 没有为数字golang设置位
- primes
- bit-manipulation
- 1个回答
- 有没有办法最大化PHP_INT_MAX?
- php
- project
- 4个回答
- 都来看看一个因素分解方面的问题,如何采用C程序实现的?
- r语言
- Golang
- erlang
- 1个回答
- Largest prime factor
- each
- 2个回答