cf/mirror

Balance the Cards

CF
1503F3500· legendary gm3s256 MB⌨ stdin/stdout

Examples

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