cf/mirror

Array Splitting

CF
1175D1900· candidate master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
5 2
-1 -2 5 -4 8
Output
15
Sample 2of 3
Input
7 6
-3 0 -1 -2 -2 -4 -1
Output
-45
Sample 3of 3
Input
4 1
3 -1 6 0
Output
8
1175D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)