题解列表
1357: 母舰 贪心解法
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;intm,n,a[100……
排座椅[NOIP2008 年普及组] 简单贪心
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;intm,n,k,l,d……
[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……