题解列表

筛选

简单的整数处理

摘要:解题思路:最值思想注意事项:数组越界问题,以及最大值为数组首位问题参考代码:#include <iostream>using namespace std;void f1(int a[10]……

高精度 阶乘和

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;inta[1500],b……