cf/mirror

Orientation of Edges

CF
883G1900· candidate master3s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
2 2 1
1 1 2
2 2 1
Output
2
-
2
+
Sample 2of 2
Input
6 6 3
2 2 6
1 4 5
2 3 4
1 4 1
1 3 1
2 2 3
Output
6
++-
2
+-+
883G.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…