Problem A. Maximum Multiple
时间限制 2000 ms
内存限制 32 MB
Given an integer $n$, Chiaki would like to find three positive integers $x$, $y$ and $z$ such that: $n=x+y+z$, $x\mid n$, $y \mid n$, $z \mid n$ and $xyz$ is maximum.
输入数据
输出数据
For each test case, output an integer denoting the maximum $xyz$. If there no such integers, output $-1$ instead.
样例输入
样例输出
$ Mathjax font initiator $