题目链接 "BZOJ" 题解 "orz" C++ include include include include include include define LL long long int define Redge(u) for (int k = h[u],to; k; k = ed[k].nx ...
分类:
其他好文 时间:
2018-05-09 20:54:12
阅读次数:
149
< MyEclipse 2015优化七步法<亲测有效> > l 去除无需加载的模块 Window --> Preferences -->General --> Startup and Shutdown l 取消拼写检查 Window --> Preferences -->General --> Ed ...
分类:
系统相关 时间:
2018-05-01 15:19:58
阅读次数:
167
找版本库保存的目录,新建一个post-commit.bat文件 这个bat文件里面写入以下内容 @echo off set REPOS="%1" set TXN="%2" "D:/svn/server/bin/svn.exe(svn安装的目录)" update "D:/phpStudy/WWW/ed ...
题目 对于100%的数据,T include include include include include define LL long long int define Redge(u) for (int k = h[u],to; k; k = ed[k].nxt) define REP(i,n) ...
分类:
其他好文 时间:
2018-04-27 21:07:52
阅读次数:
137
~~抄~~学了一下NTT,感觉写数学题更不虚一点了。。。 C++ include include include include include define LL long long int define Redge(u) for (int k = h[u],to; k; k = ed[k].nx ...
分类:
其他好文 时间:
2018-04-10 21:55:03
阅读次数:
242
各种模板 lct cpp include using namespace std; define REP(i,st,ed) for(register int i=st,i end=ed;i=i end; i) typedef long long ll; inline int read(){ int ...
分类:
其他好文 时间:
2018-03-30 00:12:35
阅读次数:
144
1:打开项目配置文件2:启动数据库缓存依赖aspnet_regsql -C "data source=;initial catalog=codematic;user id=sa;password=" -ed -et -t "T_table"3:使用缓存依赖项4:实际的生
分类:
数据库 时间:
2018-03-29 14:50:29
阅读次数:
148
【传送门:BZOJ1412】 简要题意: 给出一个矩阵,0表示空地,1表示狼,2表示羊,要求在格子之间装栅栏使得狼和羊不在一个块里 求出最少的栅栏 题解: 最小割 st连向狼,流量为无限,羊连向ed,流量为无限 每只狼和空地连向相邻的空地和羊,流量为1 然后跑最大流就好了 参考代码: ...
分类:
其他好文 时间:
2018-03-26 22:31:12
阅读次数:
177
prefix=D:\Users\Ed\AppData\Roaming\nodejs\npm-globalcache=D:\Users\Ed\AppData\Roaming\npm-cacheregistry=https://registry.npm.taobao.org/strict-ssl=fal ...
分类:
其他好文 时间:
2018-03-25 19:25:59
阅读次数:
162
3504: [Cqoi2014]危桥 题目:传送门 题解: 一开始觉得要跑四次网络流...但是想想好像两次? st-->a1/b1 a2/b2-->ed 好像这样也OK?但是a1流b2或者b1流到a2怎么办?完了...又想错了。 问了一波zzz大佬,他说我没想错... 把b1和b2换过来再流一次的话 ...
分类:
其他好文 时间:
2018-03-25 15:51:12
阅读次数:
152