cf/mirror

Polycarp at the Radio

CF
723C1600· expert2s256 MB⌨ stdin/stdout
#greedy

Examples

Sample 1of 3
Input
4 2
1 2 3 2
Output
2 1
1 2 1 2
Sample 2of 3
Input
7 3
1 3 2 2 2 2 1
Output
2 1
1 3 3 2 2 2 1
Sample 3of 3
Input
4 4
1000000000 100 7 1000000000
Output
1 4
1 2 3 4
723C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)