Graph
1387A2100· master1s256 MB⌨ stdin/stdout
Examples
Sample 1of 4
Input
4 41 2 12 3 21 3 23 4 1
Output
YES0.5 0.5 1.5 -0.5
Sample 2of 4
Input
2 11 2 1
Output
YES0.3 0.7
Sample 3of 4
Input
3 21 2 22 3 2
Output
YES0 2 0
Sample 4of 4
Input
3 41 2 22 2 12 1 11 2 2
Output
NO
58%
1387A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…