Copy or Prefix Sum
1485F2400· grandmaster2s256 MB⌨ stdin/stdout
Examples
Sample 1of 1
Input
431 -1 141 2 3 4102 -1 1 -2 2 3 -5 0 2 -140 0 0 1
Output
382231
58%
1485F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
431 -1 141 2 3 4102 -1 1 -2 2 3 -5 0 2 -140 0 0 1
382231