#include "stdio.h" #include "conio.h" //导入getch();函数 main(){ printf("%d",step()); getch(); } int step(){ int i,n,j; i=1; j=1; scanf ("%d", &n); for (i=1;i<=n;i++){ j = j*i; } return j; } 改进一下
首页 >
c语言乘法的函数怎么写 – 网络|
高校如何应对网络安全,2k16手机版rs键怎么用,文档页数怎么设置c语言乘法的函数怎么写