cf/mirror

Minimization

CF
571B2000· candidate master2s256 MB⌨ stdin/stdout

Examples

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