Ticket 3110
Problem 1660 -f2
Submission 151607483
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
8
5
-+---
8
-++-++--
7
+-+----
6
++++--
8
-+-+--++
6
+-++--
3
+++
4
+++-
Expected Output
4
9
9
2
12
6
0
1
Your Output
4
7
7
2
13
6
0
1
Difference
Generator Parameters
--n_cap 200000 --n_high 9 --n_low 1 --t_cap 10000 --t_high 10 --t_low 1