cf/mirror

Movie Critics

CF
250C1600· expert2s256 MB⌨ stdin/stdout
#greedy

Examples

Sample 1of 2
Input
10 3
1 1 2 3 2 3 3 1 1 3
Output
3
Sample 2of 2
Input
7 3
3 1 3 2 3 1 2
Output
1
250C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)