会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CM_Lunatic
之前在用csdn后期会逐渐转到博客园
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
36
37
38
39
40
41
42
43
44
···
98
下一页
2019年11月27日
数学--博弈论--巴什博奕(Bash Game)
摘要: 终于也轮到我做游戏了,他们做了好几个月的游戏了。巴什博弈:两个人做游戏,取石子,一个人最多可以可以取M个,至少取1个,最后取完的赢。显然,如果n=m+1,那么由于一次最多只能取m个,所以,无论先取者拿走多少个,后...
阅读全文
posted @ 2019-11-27 20:53 风骨散人
阅读(1065)
评论(0)
推荐(0)
2019年11月26日
2019年 ICPC亚洲区预赛(上海赛区)总结
摘要: 首先,我要说,我输了,输给了自己的无知,输给了自己的心态与实力。上海区域赛,打铁而归,最终还是没有比过自己SLG的朋友。要说什么呢?实力的差距,还是说给自己的失败找借口?不能进入金牌区,为什么铜牌区还进不去,自己...
阅读全文
posted @ 2019-11-26 20:20 风骨散人
阅读(176)
评论(0)
推荐(0)
2019年11月25日
稳定婚姻问题
摘要: 稳定婚姻问题“稳定婚姻问题”在生活中是一个典...
阅读全文
posted @ 2019-11-25 22:07 风骨散人
阅读(140)
评论(0)
推荐(0)
2019年11月21日
图论--差分约束模板
摘要: #include#include#include#include#define INF 1e9using namespace std;const int maxn=1000+10;const int maxm=5...
阅读全文
posted @ 2019-11-21 17:20 风骨散人
阅读(95)
评论(0)
推荐(0)
图论--树的重心(DFS) 模板
摘要: const int maxn=500005;int tot=0,n;int ans,size;int sx[maxn],head[maxn];int vis[maxn];struct edge{ int t...
阅读全文
posted @ 2019-11-21 17:15 风骨散人
阅读(140)
评论(0)
推荐(0)
图论--最短路--第K短路(IDA*)(IDA Star)模板
摘要: #include #include #include #include using namespace std;const int INF = 0x3f3f3f3f;const int MAX = 1005;in...
阅读全文
posted @ 2019-11-21 17:10 风骨散人
阅读(118)
评论(0)
推荐(0)
图论--生成树--次小生成树模板
摘要: #include#include#include#includetypedef long long ll;using namespace std;const int M=1e5+100;ll n,m,res,an...
阅读全文
posted @ 2019-11-21 17:07 风骨散人
阅读(112)
评论(0)
推荐(0)
图论--曼哈顿距离最小生成树模板
摘要: #include#include#include#include#include#include#include#include#include#include#include#include#include#i...
阅读全文
posted @ 2019-11-21 17:00 风骨散人
阅读(115)
评论(0)
推荐(0)
图论--生成树计数模板
摘要: bool zero(double a){ return a>-eps && a<eps;}double Gauss(){ double mul,Result=1; int i,j,k,b[n]; for(i=0;...
阅读全文
posted @ 2019-11-21 16:57 风骨散人
阅读(109)
评论(0)
推荐(0)
图论--欧拉回路--弗罗莱算法模板
摘要: void fleury(int s){ bool flag; st.push(s); while(!st.empty()){ flag = 0; for(int i = 1; i 0){ flag ...
阅读全文
posted @ 2019-11-21 16:36 风骨散人
阅读(134)
评论(0)
推荐(0)
上一页
1
···
36
37
38
39
40
41
42
43
44
···
98
下一页