#include using namespace std; using ll=long long; int main(){ int n,w; cin>>n>>w; vector a(200001); vector x(n),y(n); for(int i=0;i>x[i]; for(int i=0;i>y[i]; for(int i=0;i