会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
编程菜菜
首页
新随笔
订阅
管理
2012年8月12日
POJ 1151 Atlantis
摘要: 线段树扫描线经典题:求矩形面积并思想:对y轴坐标离散化 分别计算各个小矩形的面积#include <iostream>#include <stdio.h>#include <string.h>#include <algorithm>using namespace std;const int N=513;struct Rect{double x1,y1,x2,y2;};struct Sline{do...
阅读全文
posted @ 2012-08-12 22:35 编程菜菜
阅读(218)
评论(0)
推荐(0)
编辑
公告