会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ioioioioioio
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
71
72
73
74
75
76
77
78
79
···
89
下一页
2017年4月11日
tarjan算法讲解
摘要: 附一段代码:
阅读全文
posted @ 2017-04-11 17:40 ioioioioioio
阅读(968)
评论(0)
推荐(0)
编辑
香甜的黄油真
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 #define maxn 0x7fffffff; 7 int map[1000][1000]; 8 int a[1000][1000]; 9 int dis[1000]; 10 int n,mc,m; 11 int shu[1000]; 1...
阅读全文
posted @ 2017-04-11 16:16 ioioioioioio
阅读(131)
评论(0)
推荐(0)
编辑
2017年4月10日
5960 信使
摘要: 960 信使 时间限制: 1 s 空间限制: 4000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 空间限制: 4000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 时间限制: 1 s 空间限制: 4000 KB 空间限制: 4000 KB 题目等级 : 黄金 Gold 题目
阅读全文
posted @ 2017-04-10 20:48 ioioioioioio
阅读(146)
评论(0)
推荐(0)
编辑
2038 香甜的黄油
摘要: 2038 香甜的黄油 USACO 2038 香甜的黄油 USACO 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 时间限制: 1 s 时间限制: 1 s 空间限制: 12
阅读全文
posted @ 2017-04-10 20:47 ioioioioioio
阅读(153)
评论(0)
推荐(0)
编辑
SPFA算法O(kE)
摘要: 、SPFA算法O(kE) 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 using namespace std; 5 int que[1000]; 6 int map[1000][1000]; 7 int iss[1000
阅读全文
posted @ 2017-04-10 16:29 ioioioioioio
阅读(150)
评论(0)
推荐(0)
编辑
上一页
1
···
71
72
73
74
75
76
77
78
79
···
89
下一页
公告