摘要: Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -. Example 1: Input: a = 1, b = 2 Output: 3 Example 2: In 阅读全文
posted @ 2016-07-01 08:43 Grandyang 阅读(23875) 评论(10) 推荐(2)
Fork me on GitHub