std函数使用技巧 用C 编写程序,计算1! 2! 3! …… N! .要求:编写一个子函数计算阶乘?
用C 编写程序,计算1! 2! 3! …… N! .要求:编写一个子函数计算阶乘?#include iostream using namespace std;