Statement▼
Given a string, s
, that may have
Constraints:
- 1≤
s.length
≤103 s[i]
is either an opening parenthesis ( , a closing parenthesiss ), or a lowercase English letter.
Given a string, s
, that may have
Constraints:
s.length
≤103s[i]
is either an opening parenthesis ( , a closing parenthesiss ), or a lowercase English letter.Given a string, s
, that may have
Constraints:
s.length
≤103s[i]
is either an opening parenthesis ( , a closing parenthesiss ), or a lowercase English letter.