cf/mirror

Breaking Good

CF
507E2100· master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
2 1
1 2 0
Output
1
1 2 1
Sample 2of 3
Input
4 4
1 2 1
1 3 0
2 3 1
3 4 1
Output
3
1 2 0
1 3 1
2 3 0
Sample 3of 3
Input
8 9
1 2 0
8 3 0
2 3 1
1 4 1
8 7 0
1 5 1
4 6 1
5 7 0
6 8 0
Output
3
2 3 0
1 5 0
6 8 1
507E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…