单点时限: 1.0 sec
内存限制: 256 MB
Given a positive integer $n$ ($1 \leq n \leq 100$), find the list of positive integers whose product is the largest among all the lists of positive integers whose sum is $n$, and print the maximum product.
Only one line, containing the integer $n$.
Only one line, representing the maximum product.
4
4
5
6