cf/mirror

Paint Tree

CF
196C2200· master2s256 MB⌨ stdin/stdout

Examples

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