#include using namespace std; template inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a void drop(const T &x){cout<>n>>k; vector as(n),bs(n); for(Int i=0;i>as[i]; for(Int i=0;i>bs[i]; if(n==1) drop(0); vector dp(n,0); dp[1]=as[0]+bs[1]; for(Int i=2;i