cf/mirror

Silly Mistake

CF
1253B1400· specialist1s256 MB⌨ stdin/stdout

Examples

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