cf/mirror

Heidi and Library (easy)

CF
802A11800· expert2s256 MB⌨ stdin/stdout
#greedy

Examples

Sample 1of 3
Input
4 80
1 2 2 1
Output
2
Sample 2of 3
Input
4 1
1 2 2 1
Output
3
Sample 3of 3
Input
4 2
1 2 3 1
Output
3
802A1.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)