昨天在leetcode做题的时候做到了371,原题是这样的:
371. 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.371. Sum o昨天在leetcode做题的时候做到了371,原题是这样的:
371. 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.371. Sum o