(a+b) - (a AND b) = ?

the (a AND b ) is a bitwise AND operation of a and b

and the answer is?