hdu 3572 Task ScheduleDescription
Our geometry princess XMM has stoped her study in computational geometry to concentrate on her newly opened factory. Her factory has introduced M new machines in orde...
分类:
其他好文 时间:
2015-08-02 21:40:22
阅读次数:
103
题目链接:hdu 5298 Solid Geometry Homework
每个圈或者是平面将划分出两个区域,每次把一边区域取反即可。最后判断一下是否满足。
#include
#include
#include
#include
using namespace std;
const int maxn = 3000;
typedef long long ll;
str...
分类:
其他好文 时间:
2015-07-31 23:33:36
阅读次数:
114
http://acm.hdu.edu.cn/showproblem.php?pid=1086You can Solve a Geometry Problem tooTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (J...
分类:
其他好文 时间:
2015-07-29 21:07:10
阅读次数:
138
题目传送门 1 /* 2 题意:有n个点,用相同的线段去覆盖,当点在线段的端点才行,还有线段之间不相交 3 枚举+贪心:有坑点是两个点在同时一条线段的两个端点上,枚举两点之间的距离或者距离一半,尽量往左边放,否则往右边放, 4 判断一下,取最大值。这题...
分类:
其他好文 时间:
2015-07-25 19:41:36
阅读次数:
100
You can Solve a Geometry Problem tooTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 8693Accepted S...
分类:
其他好文 时间:
2015-07-22 12:30:27
阅读次数:
100
IF OBJECT_ID ( 'dbo.SpatialTable', 'U' ) IS NOT NULL DROP TABLE dbo.SpatialTable;GOCREATE TABLE SpatialTable ( id int IDENTITY (1,1), GeomC...
分类:
数据库 时间:
2015-07-22 10:36:04
阅读次数:
630
EvilTime Limit: 5 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100463/attachmentsDescriptionRichard is evil. He wants to give another geometry...
分类:
其他好文 时间:
2015-07-21 23:36:59
阅读次数:
205
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Mathematics can be so easy when you have a computer. Consider the following example. You probably know that in a right-angled triangle, the le...
分类:
其他好文 时间:
2015-07-21 12:50:20
阅读次数:
125
Geometry Made SimpleTime Limit: 2 Seconds Memory Limit: 65536 KBMathematics can be so easy when you have a computer. Consider the following example. ....
分类:
其他好文 时间:
2015-07-21 12:10:54
阅读次数:
102
You can Solve a Geometry Problem too
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 8683 Accepted Submission(s): 4227
Problem Description
...
分类:
其他好文 时间:
2015-07-20 23:47:50
阅读次数:
166