Are You Fired?
1358E2400· grandmaster2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
32 -12
Output
2
Sample 2of 3
Input
52 2 -82
Output
-1
Sample 3of 3
Input
6-2 -2 6-1
Output
4
58%
1358E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
32 -12
2
52 2 -82
-1
6-2 -2 6-1
4