摘要: 大小只有10k左右....并不是很全....里面有手打的modint,bitset和hashmap(O(1)清空..)```cpp#include #include #include #define fon(i,s) for(int i=0;it; --i)#define fdxe(i,f,t... 阅读全文
posted @ 2015-07-19 21:26 zball 阅读(242) 评论(1) 推荐(0)
摘要: #解线性同余方程组##CRT不说了.```cppstruct CRT{ ll de[crtn],nn[crtn];//product of de should be within range() inline ll operator()(int n){ ll M=1,ans=0; fon(i,n... 阅读全文
posted @ 2015-07-19 21:07 zball 阅读(386) 评论(0) 推荐(0)