cf/mirror

Graph

CF
1387A2100· master1s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
4 4
1 2 1
2 3 2
1 3 2
3 4 1
Output
YES
0.5 0.5 1.5 -0.5
Sample 2of 4
Input
2 1
1 2 1
Output
YES
0.3 0.7
Sample 3of 4
Input
3 2
1 2 2
2 3 2
Output
YES
0 2 0
Sample 4of 4
Input
3 4
1 2 2
2 2 1
2 1 1
1 2 2
Output
NO
1387A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…