会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
2024年5月14日
二分图
摘要:
关于二分图 判断是否为二分图 左部和右部的点之间不存在连边,即不存在奇环; codes 点击查看代码 #include<bits/stdc++.h> using namespace std; const int maxn=1e5+10; int n,m,tot; int to[maxn*2],nxt
阅读全文
posted @ 2024-05-14 10:00 藦兲轮の约顁
阅读(10)
评论(0)
推荐(2)
编辑
公告