Contact ATC
924D2500· grandmaster1s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
5 1-3 2-3 3-1 21 -33 -5
Output
3
Sample 2of 2
Input
6 1-3 2-2 2-1 21 -22 -23 -2
Output
9
58%
924D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
5 1-3 2-3 3-1 21 -33 -5
3
6 1-3 2-2 2-1 21 -22 -23 -2
9