Increase Subarray Sums
1644C1400· specialist2s256 MB⌨ stdin/stdout
Examples
Sample 1of 1multi-test • hover to link
Input
34 24 1 3 23 5-2 -7 -110 2-6 -1 -2 4 -6 -1 -4 4 -5 -4
Output
10 12 14 16 180 4 4 54 6 6 7 7 7 7 8 8 8 8
58%
1644C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)