#include using namespace std; int main() { int N,W,an=-1,v,w; cin>>N>>W; while(cin>>v>>w)if(w<=W)an=max(an,v); cout<