摘要:
bzoj4745: [Usaco2016 Dec]Cow Checklist Description Every day, Farmer John walks through his pasture to check on the well-being of each of his cows. On 阅读全文
摘要:
bzoj4746: [Usaco2016 Dec]Lasers and Mirrors Description For some reason, Farmer John's cows always seem to be running laser light shows.For their late 阅读全文
摘要:
Lucas定理模版题 T行,每行一个数,为C(n, m) mod 10007的答案。 1 #include<bits/stdc++.h> 2 #define rep(i,l,r) for(int i=l;i<=r;++i) 3 using namespace std; 4 typedef long 阅读全文