371. Sum of Two Integers
2016-12-04 本文已影响0人
我是你的果果呀
Calculate the sum of two integersaandb, but you arenot allowedto use the operator+and-.
Example:
Givena= 1 andb= 2, return 3.
位运算真的很神奇, 但就是整不明白。。。。

Calculate the sum of two integersaandb, but you arenot allowedto use the operator+and-.
Example:
Givena= 1 andb= 2, return 3.
位运算真的很神奇, 但就是整不明白。。。。