4281专题

hdu 4281 mtsp(多重旅行商问题)

#include<cstdio>#include<cstring>#include<algorithm>#include<cmath>#define MAX(x,y) ((x)>(y)?(x):(y))#define MIN(x,y) ((x)>(y)?(y):(x))#define INF 0x3f3f3f3fusing namespace std;int map[30][30]