Multiset
1354D1900· candidate master1.5s28 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
5 51 2 3 4 5-1 -1 -1 -1 -1
Output
0
Sample 2of 3
Input
5 41 2 3 4 5-5 -1 -3 -1
Output
3
Sample 3of 3
Input
6 21 1 1 2 3 45 6
Output
6
58%
1354D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)