Reduce the array
Orta
Zaman limiti 1 saniyə-dir
Yaddaş məhdudiyyəti 1.228 meqabayt
Given an array of integers and an integer . Find the minimum cost to reduce the array to a single element. You can perform the following operation any number of times:
Choose any pair of consecutive elements and , and replace them with . The cost of this operation is .
Giriş verilənləri
The first line contains two integer and . The second line contains integers .
Çıxış verilənləri
Print the minimum cost to reduce the array to a single element.
Nümunələr
Giriş #1
Çıxış #1
Giriş #2
Çıxış #2
Təqdimatlar 21
Qəbul dərəcəsi 100%