cf/mirror

Ice Sculptures

CF
158D1300· pupil3s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
8
1 2 -3 4 -5 5 2 3
Output
14
Sample 2of 3
Input
6
1 -2 3 -4 5 -6
Output
9
Sample 3of 3
Input
6
1 2 3 4 5 6
Output
21
158D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)