cf/mirror

Sum on Subarrays

CF
1809C1500· specialist2s512 MB⌨ stdin/stdout

Examples

Sample 1of 1multi-test • hover to link
Input
4
3 2
2 0
2 2
4 6
Output
1 -3 1
-13 -42
-13 42
-3 -4 10 -2
1809C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)