题解列表

筛选

[编程入门]阶乘求和-题解(C语言代码)

摘要:解题思路:函数调用一次       我:不懂调用两次 望大佬指点;注意事项:阶乘的位数较大要用long long %lld参考代码:                #include <stdio.h>……