模板
剑叶竹刀
这个作者很懒,什么都没留下…
展开
-
高精度模板
此模板大部分原创,不能保证绝对的正确性,还请多多指教#include <vector>#include <cstdio>#include <cstring>#include <iostream>#include <algorithm>using namespace std;typedef long long LL;struct BigNum : vector<int> { int原创 2016-11-16 11:34:25 · 328 阅读 · 0 评论 -
二分总结
总结一下二分法的情况原创 2016-11-05 20:27:38 · 305 阅读 · 1 评论 -
线段树
此篇部分原创,不能保证绝对的正确性,如有错误,请多多指教#include <cstdio>#include <cstdlib>#include <cstring>#include <algorithm>using namespace std;typedef long long LL;#define DF_m int m=B+(E-B)/2#define lch node*2,B,m原创 2016-11-18 08:28:33 · 263 阅读 · 0 评论