cf/mirror

Array Product

CF
1042C1700· expert1s256 MB⌨ stdin/stdout

Examples

Sample 1of 5
Input
5
5 -2 0 1 -3
Output
2 3
1 1 2
1 2 4
1 4 5
Sample 2of 5
Input
5
5 2 0 4 0
Output
1 3 5
2 5
1 1 2
1 2 4
Sample 3of 5
Input
2
2 -1
Output
2 2
Sample 4of 5
Input
4
0 -10 0 0
Output
1 1 2
1 2 3
1 3 4
Sample 5of 5
Input
4
0 0 0 0
Output
1 1 2
1 2 3
1 3 4
1042C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)