题解列表

筛选

9个变量,轻松拿下

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,s,d,f,g,h,……

最大配对(贪心)

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

线段的总长(枚举)

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

最大质因数

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