cf/mirror

Darts

CF
107E2700· international gm5s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
1
0 0 0 2 2 2 2 0
Output
1.0000000000
Sample 2of 4
Input
1
-1 0 0 1 1 0 0 -1
Output
1.0000000000
Sample 3of 4
Input
4
0 0 0 1 3 1 3 0
0 0 0 3 1 3 1 0
3 3 2 3 2 0 3 0
3 3 3 2 0 2 0 3
Output
1.5000000000
Sample 4of 4
Input
2
-1 0 0 1 1 0 0 -1
0 0 1 1 2 0 1 -1
Output
1.1428571429
107E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)