[LeetCode 32] Longest Valid Parentheses
题目
Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring.GGiven a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring.G