洛谷P2899 [USACO08JAN]手机网络Cell Phone Network
#include
#define N 100100
using namespace std;
const int INF=1008610086;
int A[N],B[N],C[N];
int beg[N],to[N],nex[N];
int n,len;
inline void Add(int a,int b){
nex[++len]=beg[a],beg[a]=len,to[len]=
原创
2017-10-17 19:05:14 ·
692 阅读 ·
0 评论