/digit-shuffle

Arrange the digits to solve the puzzle! Android, Linux, etc. Completed.

Primary LanguageC++

Provide the operators (?) and the solutions (a, b, ..., f) in the equations. The software will discover the digits x1, ..., x9.

x1 ? x2 ? x3 = a
?    ?    ?
x4 ? x5 ? x6 = b
?    ?    ?
x7 ? x8 ? x9 = c
||   ||   ||
d    e    f

xi is an integer in {1, ..., 9}. Digits may not repeat. ? represents an operator from the set {+, -, /, *}.

alt text