cf/mirror

Attribute Checks

CF
2025D1800· expert2.5s512 MB⌨ stdin/stdout

Examples

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