Ticket 3200
Problem 1660 -f1
Submission 151508349
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
6
6
6
6
6
6
6
6
Difference
Generator Parameters
--n_cap 3000 --n_high 9 --n_low 1 --t_cap 500 --t_high 10 --t_low 1