cf/mirror

Love Triangles

CF
553C2200· master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
3 0
Output
4
Sample 2of 3
Input
4 4
1 2 1
2 3 1
3 4 0
4 1 0
Output
1
Sample 3of 3
Input
4 4
1 2 1
2 3 1
3 4 0
4 1 1
Output
0
553C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…