Marvolo Gaunt's Ring
855B1500· specialist2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
5 1 2 31 2 3 4 5
Output
30
Sample 2of 2
Input
5 1 2 -3-1 -2 -3 -4 -5
Output
12
58%
855B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
5 1 2 31 2 3 4 5
30
5 1 2 -3-1 -2 -3 -4 -5
12