Simba on the Circle
612F2600· international gm1s256 MB⌨ stdin/stdout
Examples
Sample 1of 4
Input
9 10 1 2 2 2 1 0 1 1
Output
12+0-3-1+2+1+2+1+1+1
Sample 2of 4
Input
8 10 1 0 1 0 1 0 1
Output
13+0+2+2+2-1+2+2+2
Sample 3of 4
Input
8 11 2 3 4 5 6 7 8
Output
7+0+1+1+1+1+1+1+1
Sample 4of 4
Input
8 10 0 0 0 0 0 0 0
Output
7+0+1+1+1+1+1+1+1
58%
612F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)