摘要:
Wannafly winter camp的比赛题,大深坑补不完。 Codeforces #371div1的C,dp做法和评论区nlogn做法,看不懂qwq。 BZOJ1006,弦图与最大势算法。 写一篇浅谈burnside引理的blog。参考:BZOJ1004某题解、burnside与polya某简 阅读全文
摘要:
UVA11992,自己板子真心难调bugwoc 1 #include <bits/stdc++.h> 2 #define maxn 50005 3 using namespace std; 4 5 struct Seg { 6 int l, r; 7 int sum, maxx, minn; 8 } 阅读全文