发表评论取消回复
相关阅读
相关 POJ 1127-Jack Straws(计算几何 线段相交)
Jack Straws <table> <tbody> <tr> <td><strong>Time Limit:</strong> 1000MS<
相关 POJ 1039-Pipe(计算几何-线段相交、求交点)
Pipe <table> <tbody> <tr> <td><strong>Time Limit:</strong> 1000MS</td>
相关 POJ 2653 Pick-up sticks(线段相交)
[题目链接][Link 1] 题目大意:有n根木条(1 <= n <= 100000),一根一根的往一个坐标系上丢,问最后不被覆盖的木条有哪些,即丢的木条如果和前面丢的木条交
相关 BZOJ 2653 middle(函数式线段树)
题目链接:[http://61.187.179.132/JudgeOnline/problem.php?id=2653][http_61.187.179.132_JudgeOn
相关 poj3585 Accumulation Degree 题解报告
[题目传送门][Link 1] 【题目大意】 一个树形水系,有$n$个结点,根结点称为源点,叶子结点称为汇点,每条边都有水量限制$C\_\{x,y\}$($x,y$为这条边
相关 poj3208 Apocalypse Someday 题解报告
[题目传送门][Link 1] 【题目大意】 包含连续的至少三个6的数称为“beastly number”,将这些数从小到大排序,求第n个数。 【思路分析】 (注:以
相关 poj 2653 线段相交裸题(解题报告)
include<stdio.h> include<math.h> const double eps=1e-8; int n;
相关 Treasure Hunt Poj1066(线段相交)
Treasure Hunt Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 9557 Acce
还没有评论,来说两句吧...