会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
seek you
导航
博客园
首页
新随笔
联系
管理
公告
2018年2月28日
poj-1112 (二分图染色+dp分组)
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 const int N=110; 6 int g[N][N]; 7 int r[N][N];//模型图 8 int c[N];// 染的颜色 9 int num[N][2]; int snt; // 联通分量 10 int s[N]; //每个点所属联通分量...
阅读全文
posted @ 2018-02-28 20:56 xidian_mao
阅读(276)
评论(0)
推荐(0)
编辑