cf/mirror

Sets

CF
82B1700· expert2s256 MB⌨ stdin/stdout

Examples

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