cf/mirror

Twin Polynomials

CF
2159C2300· international master2s256 MB⌨ stdin/stdout

Examples

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