We know from mathematics that parentheses can change the order of operations. For example, consider a + b * c, (a + b) * c, and a + (b * c). In general, two of those expressions will be the same and one will be different. Through trial and error, find one set of integer values for a, b, and c so that all three expressions have the same value and a != b != c.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.