You are given two inputs:
Your task is to:
Example-1
Input: a = -10, b = 20 Output: 10
Example-2
Input: a = 10, b = 250 Output: 260
Example-3
Input: a = -128, b = 255 Output: 127
Test Cases
Test Results
Input
-10 20
Expected Output
10