Complete the function to compute the sum of two integers.
Example
Return .
Function Description
Complete the function with the following parameters:
- : the first value
- : the second value
Returns
- : the sum of and
Constraints
Sample Input
a = 2
b = 3
Sample Output
5
Explanation
.