For any positive integer n, the length of n is defined as number of prime factors whose product is n, For example, the length of 75 is 3. Since 75=3*5*5. How many two-digit positive integer have length 6
For any positive integer n, the length of n is defined as number of prime factors whose product is n, For example, the length of 75 is 3. Since 75=3*5*5. How many two-digit positive integer have length 6 a.one b, one, c,two ,d.three d. four answer is C WHY?思路是什么?