[Leetcode] Integer Break 分解整数最大乘积
Integer Break
Given a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. Return the maximum product you can get.
For ex
业界
2016年06月21日