上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
摘要: Tr A Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6490 Accepted Submission(s): 4817 Problem De 阅读全文
posted @ 2018-05-08 15:18 MekakuCityActor 阅读(174) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1757 A Simple Math Problem Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)T 阅读全文
posted @ 2018-05-08 14:41 MekakuCityActor 阅读(230) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/haskei/article/details/53749380 具体算法描述如下:1. 输入e条弧<j,k>,建立AOE-网的存储结构。2. 拓扑排序,并求得ve[]。从源点V0出发,令ve[0]=0,按拓扑有序求其余各顶点的最早发生时间ve[i]。如果得 阅读全文
posted @ 2018-05-07 22:40 MekakuCityActor 阅读(4853) 评论(0) 推荐(1) 编辑
摘要: P1113 杂务https://www.luogu.org/problemnew/show/P1113 题目描述 P1113 杂务https://www.luogu.org/problemnew/show/P1113 题目描述 P1113 杂务https://www.luogu.org/proble 阅读全文
posted @ 2018-05-07 21:45 MekakuCityActor 阅读(206) 评论(0) 推荐(0) 编辑
摘要: E. Cyclic Components time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output E. Cyclic Component 阅读全文
posted @ 2018-05-07 09:30 MekakuCityActor 阅读(897) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 struct edge{ 7 int to; 8 int next; 9 int len; 10 }qwq[100005]; 11 queuepq; 12 int edge_cnt=0,n,m,head[100005]... 阅读全文
posted @ 2018-05-06 20:38 MekakuCityActor 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 题目描述 在艾泽拉斯,有n个城市。编号为1,2,3,...,n。 城市之间有m条双向的公路,连接着两个城市,从某个城市到另一个城市,会遭到联盟的攻击,进而损失一定的血量。 每次经过一个城市,都会被收取一定的过路费(包括起点和终点)。路上并没有收费站。 假设1为暴风城,n为奥格瑞玛,而他的血量最多为b 阅读全文
posted @ 2018-05-04 11:32 MekakuCityActor 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int maxn = 500; 8 9 int n, m; 10 int x[maxn], y[maxn], f[maxn]; 11 int ans = 0; 12 13 struct node { 14 ... 阅读全文
posted @ 2018-05-04 10:43 MekakuCityActor 阅读(125) 评论(0) 推荐(0) 编辑
摘要: https://www.luogu.org/problemnew/show/P1498 题目描述 自从到了南蛮之地,孔明不仅把孟获收拾的服服帖帖,而且还发现了不少少数民族的智慧,他发现少数民族的图腾往往有着一种分形的效果,在得到了酋长的传授后,孔明掌握了不少绘图技术,但唯独不会画他们的图腾,于是他找 阅读全文
posted @ 2018-05-04 09:20 MekakuCityActor 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int head[1000005],n, m, cnt, ccnt; 7 long long dist[1000005],ans; 8 struct pot { 9 int id; 10 int val; 11 boo... 阅读全文
posted @ 2018-05-03 21:22 MekakuCityActor 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页