F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Mindis

Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)
Total Submission(s): 1041    Accepted Submission(s): 332


Problem Description
平面上有 $n$ 个矩形,矩形的边平行于坐标轴,现在度度熊需要操控一名角色从 $A$ 点走到 $B$ 点。
该角色可以上下左右移动,在恰被 $k$ 个矩形覆盖的区域,该角色的速率为 $k+1$ 个距离/秒(矩形覆盖区域包括边界)。

请求出 $A$ 移动到 $B$ 最快需要多少秒。
 

Input
第一行一个整数 $T~(1 \leq T \leq 5)$ 表示数据组数。
对于每组数据,第一行输入一个整数 $n~(1 \leq n \leq 200)$。
接下来 $n$ 行每行 4 个整数 $x1,y1,x2,y2~(0 \leq x1 < x2 \leq 1000000000, 0 \leq y1 < y2 \leq 1000000000)$,分别表示矩形的左下角和右上角的坐标。
最后一行四个整数 $xa,ya,xb,yb~((0\leq xa,xb,ya,yb\leq 1000000000)$ 代表 $A$ 和 $B$ 的坐标。
 

Output
对于每组数据,输出一个小数表示答案。答案保留 5 位小数。
 

Sample Input
1 1 5 5 6 6 7 7 8 8
 

Sample Output
2.00000
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-22 11:41:13, Gzip enabled