发表评论取消回复
相关阅读
相关 POJ--2513 Colored Sticks
这一题本能的想法就是把所有的单词都读入,统计一下每种单词的个数,判断是否构成欧拉通路,判断图是否连通。 可是可是题目给的不是数字而是单词,着我该怎么办??? 数字
相关 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
相关 Wooden Sticks POJ - 1065 (DP)
There is a pile of n wooden sticks. The length and weight of each stick are known in adv
相关 POJ1011 Sticks
[POJ1011 Sticks][] 剪枝好题,具体见代码: ![ContractedBlock.gif][] ![ExpandedBlockStart.gif]
相关 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
还没有评论,来说两句吧...