题解列表

筛选

C语言训练-阶乘和数*

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