2235. Add Two Integers
Easy
Given two integers num1
and num2
, return the sum of the two integers.
Example 1:
Example 2:
Constraints:
-100 <= num1, num2 <= 100
解ι‘
ζΏ«η«½ε ζΈηδΈι‘......
Last updated
Easy
Given two integers num1
and num2
, return the sum of the two integers.
Example 1:
Example 2:
Constraints:
-100 <= num1, num2 <= 100
ζΏ«η«½ε ζΈηδΈι‘......
Last updated