#include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(nullptr); int N,W; cin >> N >> W; int n = 200000; vector V(n+1); vector X(N),Y(N); for(auto &x : X) cin >> x; for(auto &y : Y) cin >> y; for(int i=0; i