cf/mirror

Multiset

CF
1354D1900· candidate master1.5s28 MB⌨ stdin/stdout

Examples

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