20140725 【 并查集 】 HDOJ 1198 Farm Irrigation
#include
#include
using namespace std;
#define bit(i,j) ((i-1)*c+j)
#define MAXN 55
const int pipe[11] = {9,3,12,6,5,10,11,13,14,7,15};
int maps[MAXN][MAXN], r, c;
int par[MAXN*MAXN];
char ch;
int
原创
2014-07-25 20:17:31 ·
845 阅读 ·
0 评论