cf/mirror

Egor in the Republic of Dagestan

CF
1407E2500· grandmaster2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
3 4
1 2 0
1 3 1
2 3 0
2 3 1
Output
2
011
Sample 2of 3
Input
4 8
1 1 0
1 3 0
1 3 1
3 2 0
2 1 0
3 4 1
2 4 0
2 4 1
Output
3
1101
Sample 3of 3
Input
5 10
1 2 0
1 3 1
1 4 0
2 3 0
2 3 1
2 5 0
3 4 0
3 4 1
4 2 1
4 5 0
Output
-1
11111
1407E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…