摘要: Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 14059 Accepted: 5354 Description When FJ's friends visit him on the farm, he likes to show 阅读全文
posted @ 2016-02-22 18:46 CXCXCXC 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int inf=1e9; 4 const int N=100,M=1000; 5 struct node{ 6 int to,rest,next,cost; 7 }e[M]; 8 int 阅读全文
posted @ 2016-02-22 17:19 CXCXCXC 阅读(209) 评论(0) 推荐(0) 编辑