cf/mirror

Help Monks

CF
98D2500· grandmaster2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
3
3 2 1
Output
7
1 3
1 2
3 2
1 3
2 1
2 3
1 3
Sample 2of 3
Input
3
3 1 1
Output
5
1 2
1 2
1 3
2 3
2 3
Sample 3of 3
Input
3
3 3 3
Output
5
1 2
1 2
1 3
2 3
2 3
98D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)