Use all the digits 1 to 9 create three 3-digit numbers, which, when multiplied together creates the highest value possible.
763*852*941=611,721,516
I would post my code (or pseudocode), except it involves 16 nested for/if loops. It ran in a fraction of a second.