Lemper Cooking Competition
1725L2400· grandmaster1s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
72 -1 -1 5 2 -2 9
Output
4
Sample 2of 2
Input
5-1 -2 -3 -4 -5
Output
-1
58%
1725L.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
72 -1 -1 5 2 -2 9
4
5-1 -2 -3 -4 -5
-1