2018牛客多校第一场

A emmm,先贴一个没听一次的定理    Lindström–Gessel–Viennot lemma 而后存一下递推求组合数的模板ios #include <bits/stdc++.h> using namespace std; typedef long long ll; const ll mod = 1000000007; const int N = 2500; ll n, m; ll
相关文章
相关标签/搜索