题解列表

筛选

线段的总长(枚举)

摘要:解题思路:暴力注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint……

最大配对(贪心)

摘要:解题思路:贪心注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constint……