C语言,求n阶乘的代码?c语言n的阶乘怎么写? C语言,求n阶乘的代码?参考代码:#include "stdio.h" int main() {int n,i,s=1;scanf("%d",&n);for(i=1;i<=n;i++... 技术帮 c语言 2023-10-23 159 阅读 0 评论