2014年5月9日

ACM算法集锦

摘要: kurXX最小生成树#include #include #include using namespace std;#define M 501#define LIM 20000000struct edg{ int u,v; int w;}all_e[M*M/2];bool operator > t; ... 阅读全文

posted @ 2014-05-09 11:47 南宫伊枫 阅读(1087) 评论(0) 推荐(0)

导航