随笔分类 -  工具

板子库
摘要:最大流 const int MAXN = 10010, MAXM = 20010, INF = 1e9; struct MaxFlow { int S, T, head[MAXN], cur[MAXN], dis[MAXN], cnt = 1; bool vis[MAXN]; struct edge
79
0
0
万能的高精度模板
摘要:该重载的运算符都重载了,赋值、强制类型转换都没问题。输入输出可以直接用 cin,cout。 自带压位优化。 唯一的区别是,没有取模运算,除法会返回 pair<结果,余数>。 class Int { public: using ll = long long; Int() {}; Int(const s
66
0
0
LaTeX对照表
摘要:字体 default : 123abcABC mathrm : 123abcABC mathbb : 123abcABC mathbf : 123abcABC mathcal : $\mathcal{123a
188
0
0
深色
回顶
收起
点击右上角即可分享
微信分享提示