Seventeen is a game where players try to construct an equation that evaluates to using operators +-* and parentheses (,) and using each of the given numbers exactly once.
Construct an equation using integers from to
exactly once with the value of
.
The input contains one integer(
).
If there is no solution, output.
Otherwise, output an expression consisting of +, -, *, (, and ). The length of the expression should not exceedcharacters.