#24562: 排序方式


fire5386 (becaidorz)


inline bool cmp(pair<ll, ll> a, pair<ll, ll> b) {

return a.first * b.second >= b.first * a.second;

}