加载中...

摘要: ##排序从大到小 priority_queue<int,vector<int>,greater<int> >q; ##堆排序 #include <iostream> #include <algorithm> using namespace std; const int N = 100010; int 阅读全文
posted @ 2021-11-30 16:19 liang302 阅读(35) 评论(0) 推荐(0)
摘要: 报错no viable overloaded '='; ``` ListNode f=head,s=head; while(k--) f=f.next;//你试图用一个f结构体接收指针 ``` 报错non-void function does not return a value in all `` 阅读全文
posted @ 2021-11-30 09:39 liang302 阅读(519) 评论(0) 推荐(0)
摘要: ##26进制变式 ``` `` 阅读全文
posted @ 2021-11-30 00:14 liang302 阅读(28) 评论(0) 推荐(0)