资 源 简 介
/*最大k乘积问题 问题描述: 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积 。 试设计一个算法,对于给定的I和k,求出I的最大k乘积(n<=10)。 示例:输入为 : 4 3 结果:1234 */-/ k* Product of the biggest problems Description : I set up is a n-bit decimal integer. If I will be divided into k, k may be integral. This integer k, the product I called a k product. Design of a test algorithm, to the I and k, I obtained the greatest product of k (4; = 10). Example : Admission : 4 3 : 1234* /