antdesign前端一直加载不出来
报错:Module “./querystring” does not exist in container. while loading “./querystring” from webpack/container/reference/mf at mf-va_remoteEntry.js:751:11
解决方案:Error: Module “xxx“ does not exist …
下面介绍两种方法
1.利用上面性质的第五条,我们可以求各行各列的组合数
2.利用上面性质的第7条,我们可以用数组完成
下面附上代码
1.
#include<stdio.h>
void fact(int n ,int m )//求组合数
{long long int sum11;long long int sum21;int a…