cf/mirror

The Number of Products

CF
1215B1400· specialist2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
5
5 -3 3 -1 1
Output
8 7
Sample 2of 3
Input
10
4 2 -4 3 1 2 -4 3 2 3
Output
28 27
Sample 3of 3
Input
5
-1 -2 -3 -4 -5
Output
9 6
1215B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)