Codeforces Beta Round #26 (Codeforces format) B Regular Bracket Sequence
问你,拿出若干个左括号或者右括号后,匹配的最大长度。。 我直接拿2704改的,数组开小了,悲剧了。。。今天改后AC了。。。 #include#include#includeintn;intsta[1000005];charstr[1000005];intstack(intx){sta[n++]=x;}intpop(){intx;x=sta[n];n--;returnx;}intmatch(intm