cf/mirror

Maximum Product

CF
1406B1200· pupil2s512 MB⌨ stdin/stdout

Examples

Sample 1of 1
Input
4
5
-1 -2 -3 -4 -5
6
-1 -2 -3 1 2 -1
6
-1 0 0 0 -1 -1
6
-9 -7 -5 -3 -2 1
Output
-120
12
0
945
1406B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)