摘要:
1 #include 2 using namespace std; 3 char str[102]; 4 int dp[1020][1020]; 5 int n; 6 bool check(int i,int j) 7 { 8 if((str[i-1]=='('&&str[j-1]==')')||(str[i-1]=='['&&str[j-1]==']')) 9 ... 阅读全文
posted @ 2019-05-28 19:16
Richard_Yang
阅读(245)
评论(0)
推荐(0)
摘要:
感谢gjznb大佬的帮助Orz 阅读全文
posted @ 2019-05-28 19:01
Richard_Yang
阅读(234)
评论(0)
推荐(0)
摘要:
欢迎欢迎 阅读全文
posted @ 2019-05-28 18:57
Richard_Yang
阅读(133)
评论(0)
推荐(0)

浙公网安备 33010602011771号