Post History
#1: Initial revision
If you're allowed to use subtraction but not addition, then you could try something like $$c = 1000 - (( 1000 - a ) - b )$$ This reminds me of the way nearly all electronic and mechanical calculators and computers use the exact same ALU to do both addition and subtraction, rather than a dedicated adder and a separate subtractor.