AcWing 376. 机器任务

2021-03-10 01:28

阅读:501

标签:scanf   ||   inline   names   sig   machine   memset   continue   算法   

算法

二分图+最小点覆盖

思路

节点

A的模式为左部节点,B的模式为右部节点

一个物品的A与B间连边。

2要素

及一条边中必选有一个节点 ,(要么在A加工,要么在B加工)

代码

#include 
#include 
#include 
#include 
using namespace std;
const int N = 106;
int n, m, k, f[N], ans;
bool v[N];
vector e[N];

bool dfs(int x) {
	for (unsigned int i = 0; i > m >> k;
	for (int i = 1; i > n && n) Machine_Schedule();
	return 0;
}

  

AcWing 376. 机器任务

标签:scanf   ||   inline   names   sig   machine   memset   continue   算法   

原文地址:https://www.cnblogs.com/ruanmowen/p/12724744.html


评论


亲,登录后才可以留言!