点击打开链接
有点坑。0的阶乘=0
#include"stdio.h" int main() { printf("1\n"); printf("2\n"); printf("145\n"); printf("40585\n"); return 0; }