hdu 5852 Intersection is not allowed! (2016多校第九场1009)组合

这是一道公式题,虽然想了半天也想不出来,https://en.wikipedia.org/wiki/Lindström–Gessel–Viennot_lemma看这个就行了。

#include
#include
#include
#include
using namespace std;
typedef long long LL;
const int maxn=200005;
const int mod=1000000007;
int jie[maxn];
int jie1[maxn];
int mm(int n,int m){
    LL s=1;
    LL k=n;
    while(m){
        if(m&1){
            s=s*k;
            s%=mod;
        }
        k=k*k;
        k%=mod;
        m>>=1;
    }
    return s;
}
void init(){
    jie[0]=1;
    jie1[0]=1;
    for(int i=1;i>t;
    init();
    while(t--){
        scanf("%d%d",&n,&m);
        for(int i=1;i<=m;i++) scanf("%d",&a[i]);
        for(int i=1;i<=m;i++) scanf("%d",&b[i]);
        for(int i=1;i<=m;i++){
            for(int j=1;j<=m;j++){
                mat[i-1][j-1]=zuhe(b[j]-a[i]+n-1,n-1);
            }
        }
        printf("%d\n",Gauss(m));
    }
}


你可能感兴趣的:(数学)