5 - 萬能工商
' If two numbers are both zero, you can apply the OR operator ' to their bits and you still have zero. If x = 0 And y = 0 Then ... If (x Or y) = 0 Then ... ' If either value is 0, you can apply the OR operator ' to their bits and you surely have a nonzero...