cf/mirror

Rain of Fire

CF
1419F2800· international gm2s256 MB⌨ stdin/stdout

Examples

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