标签:span nbsp ret turn == lucas定理 color div col
ll Lucas(ll n, ll m ) { if(m ==0) return 1; else return (C(n%p, m%p)*Lucas(n/p, m/p))%p; }
lucas定理
原文地址:https://www.cnblogs.com/mltang/p/9392265.html