基本操作:
empty
pop
push
size
top
默认:从大到小排序:priority_queue<int>q
从小到大:priority_queue<int,vector<int>,greater<int> >q
注意:>>会被认为是位运算,要隔开 --> > >