cf/mirror

Avoid Local Maximums

CF
1635B800· newbie2s256 MB⌨ stdin/stdout
#greedy

Examples

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