| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 727 人关注过本帖
标题:求助,这道题不会做
取消只看楼主 加入收藏
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
快速回复:求助,这道题不会做
数据加载中...
 
   



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

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