Question - Given a formula of letters with parentheses, remove all parentheses from the formula. Examples: a-(b+c) -> a-b-c a-(a-b) -> b