Problem Description
Print the string inside the deepest set of parentheses.
Example:
abc(def)g -> def
ab(cde)f(g) -> cde, g
a([bc]d){[{{ef}}]} -> ef
Hints
No hints available for this question.
0 users have seen this question
No hints available for this question.
0 users have seen this question