摘要:
~~这次的题目都是什么鬼?~~ 玄学乱搞+肉眼看CODE+倒着搜索? 好吧是我ZZ了 "链接在此" T1 玄学乱搞 由于考场上写的部分分做法忘记讨论n include const int N=1e7+5; using namespace std; typedef long long LL; stru 阅读全文
摘要:
~~这真的是一道二分图水题呵!~~ 这道题就是根据题意连边+跑匈牙利(比Dinic好写) 具体的建模就是把外籍飞行员和皇家空军飞行员连起来,最大匹配即可 CODE include include using namespace std; const int N=105; struct edge { 阅读全文