cf/mirror

Maximum Product Strikes Back

CF
1660D1600· expert2s256 MB⌨ stdin/stdout

Examples

Sample 1of 1multi-test • hover to link
Input
5
4
1 2 -1 2
3
1 1 -2
5
2 0 -2 2 -1
3
-2 -1 -1
3
-1 -2 -2
Output
0 2
3 0
2 0
0 1
1 0
1660D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)