cf/mirror

Replicating Processes

CF
566B2600· international gm2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
2
1 2 2
1 2 2
1 2 2
1 2 2
2 1 1
2 1 1
2 1 1
2 1 1
Output
YES
1 2 5 6 3 7 4 8
Sample 2of 2
Input
3
1 2 3
1 1 1
1 1 1
1 1 1
2 1 3
2 2 2
2 2 2
2 2 2
3 1 2
3 3 3
3 3 3
3 3 3
Output
YES
2 3 4 6 7 8 10 11 12 1 5 9
566B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)