标签:实例 技术 tor linux 顺序 load 返回 linu img
Tips:
sizeof(long double a)
为12,Windows(g++4.9.2)和Deepin(g++8.3.0)下都为16sort
默认从小到大排序,默认使用operator<
为比较符priority_queue
,默认大根堆,小根堆为priority_queue<T,vector<T>,greater<T> >
(形象记忆:先小的,然后greater更大的,所以是小根堆)bool operator<(const T a,const T b)
bool operator>(const T a,const T b)
true
,否则(即a,b是正确的顺序)返回false
实例3.
标签:实例 技术 tor linux 顺序 load 返回 linu img
原文地址:https://www.cnblogs.com/WhXcjm/p/14015418.html