cf/mirror

Petya and Array

CF
1042D1800· expert2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
5 4
5 -1 3 4 -1
Output
5
Sample 2of 3
Input
3 0
-1 2 -3
Output
4
Sample 3of 3
Input
4 -1
-2 1 -2 3
Output
3
1042D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)