题解列表

筛选

查找最大元素

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

好数的常规思路

摘要:解题思路:注意事项:参考代码:#include<stdio.h>inthaoshu(intn);inthaoshu(intn){……

最多约数问题-筛法

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

方砖问题-模拟

摘要:解题思路:注意事项:参考代码:#include<iostream>usingnamespacestd;intmain(){ int&nb……