Graph Coloring
662B2200· master1s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
3 31 2 B3 1 R3 2 B
Output
12
Sample 2of 3
Input
6 51 3 R2 3 R3 4 B4 5 R4 6 R
Output
23 4
Sample 3of 3
Input
4 51 2 R1 3 R2 3 B3 4 B1 4 B
Output
-1
58%
662B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…