cf/mirror

Graph Coloring

CF
662B2200· master1s256 MB⌨ stdin/stdout

Examples

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