Problem I. K Subsequence
时间限制 1 ms
内存限制 64 MB
Master QWsin is dating with Sindar. And now they are in a restaurant, the restaurant has $n$ dishes in order. For each dish, it has a delicious value $ai$. However, they can only order $k$ times. QWsin and Sindar have a special ordering method, because they believe that by this way they can get maximum happiness value.
Specifically, for each order, they will choose a $subsequence$ of dishes and in this $subsequence$, when $i < j$, the subsequence must satisfies $ai \leq aj$. After a round, they will get the sum of the $subsequence$ and they can't choose these dishes again.
Now, master QWsin wants to know the maximum happiness value they can get but he thinks it's too easy, so he gives the problem to you. Can you answer his question?
输入数据
输出数据
Only an integer represent the maximum happiness value they can get.
样例输入
复制
1
9 2
5 3 2 1 4 2 1 4 6
样例输出
$ Mathjax font initiator $