题解列表
[NOIP2004]合并果子 优先队列
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;#definell&nb……
小朋友排队 (归并排序)
摘要: #include using namespace std; typedef long long ll; const int N = 1e5 + 10; ……
c++++++++++++++++++++++++
摘要:includeincludeincludeincludeinclude // 包含 pairusing namespace std;int main() { ve……
c++++++++++++++++++++++++
摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>using namespace std;struct node { ch……