摘要:
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 { ... 阅读全文
摘要:
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... 阅读全文
摘要:
http://codevs.cn/problem/2488/ 时间限制: 1 s 空间限制: 64000 KB 题目等级 : 黄金 Gold 题解 查看运行结果 http://codevs.cn/problem/2488/ 时间限制: 1 s 空间限制: 64000 KB 题目等级 : 黄金 Gol 阅读全文
摘要:
http://poj.org/problem?id=1679 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 30120 Accepted: 10778 http://poj.org/problem?id=1679 Descrip 阅读全文
摘要:
http://poj.org/problem?id=1125 Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 36045 Accepted: 19999 http://poj.org/problem?id=1125 Descrip 阅读全文