cf/mirror

Bipartite Array

CF
1620F2800· international gm2s256 MB⌨ stdin/stdout

Examples

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