
Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -.
Example:
Given a = 1 and b = 2, return 3.
Solution:
|
|
求减法只需将改变 c = (~a) & b

Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -.
Example:
Given a = 1 and b = 2, return 3.
Solution:
|
|
求减法只需将改变 c = (~a) & b
近期评论