Sum on Subarrays
1809C1500· specialist2s512 MB⌨ stdin/stdout
Examples
Sample 1of 1multi-test • hover to link
Input
43 22 02 24 6
Output
1 -3 1-13 -42-13 42-3 -4 10 -2
58%
1809C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
43 22 02 24 6
1 -3 1-13 -42-13 42-3 -4 10 -2