上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 89 下一页
摘要: 附一段代码: 阅读全文
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) 编辑
摘要: 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 香甜的黄油 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 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 、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 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 89 下一页