摘要: 当且仅当图中不含奇数环 由于图中没有奇数环,所以染色过程没有矛盾 染色法 #include<iostream> #include<cstring> #include<algorithm> using namespace std; const int N=100010,M=200010; int n, 阅读全文
posted @ 2023-11-07 19:21 敲代码的6 阅读(25) 评论(0) 推荐(0)