这个东西的主要应用是对 pair 类型排序。
pair
priority_queue <pair<int,int>,vector<pair<int,int>>,greater<pair<int,int>>> t;