标题:求助,这道题不会做
取消只看楼主
hb123174
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2010-12-31
结帖率:0
已结贴  问题点数:20 回复次数:0 
求助,这道题不会做
Description:
This is yet another problem dealing with regular bracket sequences. We should remind you that a bracket sequence is called regular, if by inserting ‘+’ and ‘1’ into it we can get a correct mathematical expression. For example, sequences “(())()”, “()” and “(()(()))” are regular, while “)(“, “(()” and “(()))(“ are not. You are given a string of “(“ and “)” characters. You are to find its longest substring that is a regular bracket sequence. You are to find the number of such substrings as well.
Input:
There are T test cases(2≤T≤20). The only line of each test case contains a non-empty string, consisting of “(“ and “)” characters. Its length does not exceed 10^6.
Output:
For each test case Print the length of the longest substring that is a regular bracket sequence, and the number of such substrings. If there are no such substrings, write the only line containing "0 1".
Sample Input:
)((())))(()())
))(
Sample Output:
6 2
0 1   
搜索更多相关主题的帖子: expression sequence regular another correct 
2010-12-31 18:25



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-330378-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.240159 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved