HDOJ5441(图论中的并查集)
摘要:
#include#include#includeusing namespace std;const int MAX_N=100005;const int MAX_V=20005;const int MAX_Q=5005;struct edge{ int from,to,cost;}es[MAX... 阅读全文
posted @ 2015-09-19 11:54 vCoders 阅读(179) 评论(0) 推荐(0)
浙公网安备 33010602011771号