STL map解法 和为给定数
摘要:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constintN=1e7+10;llnum[N];map<lo……
:和为给定数 与 二分查找模板
摘要:解题思路:数组排序然后通过差值找另一半注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;longlonga[100006];//下面就是……