cf/mirror

Ice cream coloring

CF
804C2200· master2s256 MB⌨ stdin/stdout

Examples

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