STRIVR Interview Question

Write a function that takes in an arithmetic expression as a string and returns an integer representing the result of the expression Example Input: "(20- (8-3)) - 3" Example Output: 25