cf/mirror

Simba on the Circle

CF
612F2600· international gm1s256 MB⌨ stdin/stdout
#dp

Examples

Sample 1of 4
Input
9 1
0 1 2 2 2 1 0 1 1
Output
12
+0
-3
-1
+2
+1
+2
+1
+1
+1
Sample 2of 4
Input
8 1
0 1 0 1 0 1 0 1
Output
13
+0
+2
+2
+2
-1
+2
+2
+2
Sample 3of 4
Input
8 1
1 2 3 4 5 6 7 8
Output
7
+0
+1
+1
+1
+1
+1
+1
+1
Sample 4of 4
Input
8 1
0 0 0 0 0 0 0 0
Output
7
+0
+1
+1
+1
+1
+1
+1
+1
612F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)