For the input
[ 0, 0, 0, 0, 0, 0, 0, -1, -3, 0, 0, 0 ]
the max product should be
0
but the expected output is
-3
Why ?
For the input
[ 0, 0, 0, 0, 0, 0, 0, -1, -3, 0, 0, 0 ]
the max product should be
0
but the expected output is
-3
Why ?