Given an array a contains integers, return
the maximum consecutive multiplication
Example:
int[] a = {2, -2, -3, 4, -5, 6} ;
return 360 (-3 * 4 * -5 * 6)
code
Code
本文转自zdd博客园博客,原文链接:http://www.cnblogs.com/graphics/archive/2009/06/10/1500570.html,如需转载请自行联系原作者