cf/mirror

Counting Cute Arrays

CF
2208E2700· international gm2s512 MB⌨ stdin/stdout

Examples

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