Given three positive integers $a, b, c$, give the expression that will result in the greatest value using operators $\t{+}$ and $\t{*}$ (and brackets). There are only four possible options, one of them is our answer. Since it's such a short problem, just hardcode the four cases and take the max. Don't bother trying to over-engineer the simple ones.