摘要: 线段树+计算几何,区间更新,区间求和,向量旋转。/* ***********************************************Author :Zhou ZhentaoEmail :774388357@qq.comCreated Time :201... 阅读全文
posted @ 2015-11-27 19:29 Fighting_Heart 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 线段树成段替换+暴力枚举#include#include#include#includeusing namespace std;const int maxn=8000+10;int S,T,n,ans,tot;bool flag[maxn][maxn];struct Line{ int y1,... 阅读全文
posted @ 2015-11-27 09:29 Fighting_Heart 阅读(222) 评论(0) 推荐(0) 编辑