Sum of Two Integers
摘要:
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. Credits:Speci 阅读全文
posted @ 2016-07-11 12:37 stackhacks 阅读(354) 评论(0) 推荐(1) 编辑