Ticket 3323
Problem 1657 -c
Submission 152514176
View hacks & all small testcases

Unable to dry run this testcase?
Try making a new request with small values of n_high, t_high, *_high, etc.


Retry
Input
9
5
))(()
6
()()()
2
()
3
()(
7
)(())((
4
())(
2
))
8
((()()()
8
(((())((
Expected Output
2 1
3 0
1 0
1 1
1 3
1 2
1 0
4 0
4 0
Your Output
2 1
3 0
1 0
1 1
2 1
1 2
1 0
4 0
4 0
Difference
Generator Parameters
--n_cap 500000 --n_high 9 --n_low 1 --t_cap 10000 --t_high 9 --t_low 1