Introduction - If you have any usage issues, please Google them yourself
The biggest problem of the product: a positive integer in general can be divided into several separate and natural numbers, such as 3 = 1+2,4 = 1+3,5 = 1+4 = 2+3,6 = 1+5 = 2+4, .... Your task now is to specify the positive integer n into a number of natural numbers different from each other and, and make them the product of the largest natural number.