摘要:
题目链接 https://cn.vjudge.net/problem/UVA-1644【题意】 输入一个数字n(0 using namespace std;const int maxn=1500000;bool notprime[maxn];vector p... 阅读全文
摘要:
题目链接 https://cn.vjudge.net/problem/UVALive-3353【题意】 给你n个点(nv对应二分图中x[u]->Y[v],然后就转换成了二分图的最小权匹配问题了,用最小费用最大流或者KM都可以.#includeusing na... 阅读全文
摘要:
题目链接 https://cn.vjudge.net/problem/UVA-1658【题意】 给出v (v#include#include#include#includeusing namespace std;const int inf=2e9;const... 阅读全文