cf/mirror

Ghosts

CF
975D2000· candidate master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
4 1 1
1 -1 -1
2 1 1
3 1 1
4 -1 -1
Output
8
Sample 2of 3
Input
3 1 0
-1 1 0
0 0 -1
1 -1 -2
Output
6
Sample 3of 3
Input
3 1 0
0 0 0
1 0 0
2 0 0
Output
0
975D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)