摘要:
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 阅读全文
摘要:
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 阅读全文