摘要: Given an array of n integers where n > 1, nums, return an array output such that output[i] is equal to the product of all the elements of nums except 阅读全文
posted @ 2016-07-06 18:05 ShawnChang 阅读(157) 评论(0) 推荐(0)
摘要: 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, r 阅读全文
posted @ 2016-07-06 12:51 ShawnChang 阅读(143) 评论(0) 推荐(0)