cf/mirror

MCF

CF
1766F2800· international gm4s512 MB⌨ stdin/stdout
#flows

Examples

Sample 1of 4
Input
3 3
1 2 3 -10
1 2 3 -15
2 3 2 0
Output
Possible
1 1 2
Sample 2of 4
Input
3 3
1 2 3 -10
1 2 3 -15
2 3 3 0
Output
Impossible
Sample 3of 4
Input
3 3
1 2 3 -10
1 2 3 -15
2 3 4 0
Output
Possible
1 3 4
Sample 4of 4
Input
6 7
5 6 9 -40
1 2 3 -10
1 4 5 20
4 5 7 30
2 5 1 -15
1 3 3 5
3 5 3 0
Output
Possible
5 1 1 1 1 3 3
1766F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…