摘要:
堆: 1 using namespace dui //堆 2 { 3 #include<queue> //需要的库 4 priority_queue < int > Q; //定义一个Q的大根堆,top()为较大的 5 priority_queue < int,vector < int >,grea 阅读全文
posted @ 2016-11-17 17:03
One_asshole's_blog
阅读(335)
评论(0)
推荐(0)
浙公网安备 33010602011771号