Problem Description
A = "a12b34c"
Input 2:
A = "123"
Output 1:
46
Output 2:
123
The numbers are 12, 34. 12 + 34 = 46
Explanation 2:
The only number is 123.
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.