题解列表

筛选

高精度*浮点数

摘要:#include#include#includeusing namespace std;const int s = 1e5 + 10;int P = 2, n, a[s];……

1157: 亲和数(c语言解法)

摘要:解题思路:写一个函数计算约数之和#include <stdio.h>int sss(int i);int main(){ int m; scanf("%d",&……

C语言训练-阶乘和数*

摘要:#include <stdio.h>int jc(int i); //计算一个数的阶乘int sss(int i); //计算整型长度int main(){ int i,n,j……