Given an integer n, break it into a sum of at least two positive integers and maximise the product of those parts. Return that maximum product.
Input format
A single line containing the integer n.
Output format
A single integer: the maximum product achievable.
Constraints
- 2 <= n <= 45