上QQ阅读APP看书,第一时间看更新
13. Prime factors
A number's prime factors are a set of prime numbers that multiply together to give the original number. For example, 60 = 2 × 2 × 3 × 5. There is only one set of prime numbers that can multiply together to give a particular number, so the prime factorization is unique.
Write a program that prime factors numbers.