这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《为啥用染色体判断二分图后 用匈牙利算法求最大匹配数不对呢只有六十分》回复:
@[jijidawang](/user/227514) 奥奥懂了 感谢大佬
在讨论《为啥用染色体判断二分图后 用匈牙利算法求最大匹配数不对呢只有六十分》回复:
@[jijidawang](/user/227514) 佬,我还是没懂 这不就是最小点覆盖的问题吗
``` #include #include using namespace std; const int N=1e4+5,M=2e5+5; int head[N],idx; bool st[N]; int match[N]; int color[N]; struct node { int to,next; }e[M];…
```cpp //两个问题 /* 1.vis标记问题---在往下深搜一条路时 搜一个点要打上经过标记vis=1 最终回溯时要将这个表记vis变回0 2.dfs写法问题 可以用dx,dy这种写法 会更方便很多 */ #include #include using namespace std; int n; int f[1…
```cpp #include #define N 100005 #define ll long long using namespace std; ll n, q, m; ll a[N]; struct node { ll l, r; ll add, mul; ll sum; }tree[N*4]; void bui…
```cpp #include #define ll long long #define N 100005 using namespace std; int n, q, m; ll a[N]; // 存储原始数组 struct node { int l, r, flag, tag, vis; // 区间左右端点、标记变…
```cpp #include using namespace std; long long a, b, n,ans; int main() { cin >> a >> b >> n; long long sum = a * 5 + b * 2; if (sum = n) { cout = n) { cout = d)…