摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 const int N(100015); 8 mapMap[N]; 9 int n,m,v,u; 10 int edgesum,head[N]; 11 int edgesum2,head2[N]; 12 13 struct Edge 14 { ... 阅读全文
posted @ 2017-05-07 21:54 Aptal丶 阅读(807) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 using namespace std; 5 6 const int N(100015); 7 int n,m,v,u; 8 int edgesum,head[N]; 9 10 struct Edge 11 { 12 int from,to,next; 13 Edge(int from=0,int t... 阅读全文
posted @ 2017-05-07 21:34 Aptal丶 阅读(185) 评论(0) 推荐(0) 编辑
摘要: http://codevs.cn/problem/2488/ 时间限制: 1 s 空间限制: 64000 KB 题目等级 : 黄金 Gold 题解 查看运行结果 http://codevs.cn/problem/2488/ 时间限制: 1 s 空间限制: 64000 KB 题目等级 : 黄金 Gol 阅读全文
posted @ 2017-05-07 20:49 Aptal丶 阅读(177) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=1679 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 30120 Accepted: 10778 http://poj.org/problem?id=1679 Descrip 阅读全文
posted @ 2017-05-07 15:59 Aptal丶 阅读(207) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=1125 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 36045 Accepted: 19999 http://poj.org/problem?id=1125 Descrip 阅读全文
posted @ 2017-05-07 15:16 Aptal丶 阅读(186) 评论(0) 推荐(0) 编辑
摘要: http://poj.org/problem?id=1789 Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 27597 Accepted: 10731 Description Advanced Cargo Movement, L 阅读全文
posted @ 2017-05-07 07:57 Aptal丶 阅读(248) 评论(0) 推荐(0) 编辑