#include using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); int N,K; cin>>N>>K; vector>A(N); for(auto &i:A)cin>>i[0]; for(auto &i:A)cin>>i[1]; long long s=0; for(int i=0;i>D(N); for(int i=0;iB(N,true); for(int i=0;i