已采纳 李瑞曦 高级天翼 函数部分: long long jc(int n){ int s=1; for (int i=2; i<=x; i++) { //循环遍历从2到n的数,再相乘 s*=i; } return s;}