2015年1月11日
摘要: 难点1,是栈,2是流程class Solution {public: int longestValidParentheses(string s) { stack mstack; char cbefore; int count = 0; if(s.empt... 阅读全文
posted @ 2015-01-11 11:39 xgcode 阅读(102) 评论(0) 推荐(0)