The Number of Products
1215B1400· specialist2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
55 -3 3 -1 1
Output
8 7
Sample 2of 3
Input
104 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
58%
1215B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)