#include #include #include #include #define N 101000 using namespace std; struct YYC { int x,y; bool operator < (const YYC &a)const {return x*a.y