A Shade of Moonlight
989D2500· grandmaster2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
5 1 2-2 12 13 -15 -17 -1
Output
4
Sample 2of 2
Input
4 10 1-20 1-10 -10 110 -1
Output
1
58%
989D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
5 1 2-2 12 13 -15 -17 -1
4
4 10 1-20 1-10 -10 110 -1
1