#include using namespace std; using ll=long long; int main(){ cin.tie(nullptr); ios::sync_with_stdio(false); ll N,K; cin>>N>>K; vector A(N),B(N),C(N); ll an=0; for(int i=0;i>A[i]; an+=A[i]; } for(int i=0;i>B[i]; } for(int i=0;i>C[i]; an+=C[i]; B[i]-=C[i]; } sort(B.begin(),B.end()); reverse(B.begin(),B.end()); for(int i=0;i