Ticket 3275
Problem 1660 -f2
Submission 152425066
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
2
-+
4
--+-
1
+
1
+
5
---+-
1
-
5
--+++
5
+--+-
Expected Output
1
2
0
0
4
0
2
4
Your Output
1
2
0
0
4
0
2
6
Difference
Generator Parameters
--n_cap 200000 --n_high 5 --n_low 1 --t_cap 10000 --t_high 10 --t_low 1