摘要:
emmm 题目也已经很清楚了 题目链接:https://www.luogu.com.cn/problem/P3376 #include <bits/stdc++.h> using namespace std; const int maxn=200000+5; int last[maxn],nxt[m 阅读全文
摘要:
模板网络流最大流 题目链接:https://www.luogu.com.cn/problem/P1343 源点为1,终点为n #include <bits/stdc++.h> using namespace std; const int maxn=200000+5; int last[maxn],n 阅读全文