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

Need for Speed

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 941    Accepted Submission(s): 311


Problem Description
Jiaoshou is a fan of ¡°Need for Speed¡±, a famous game which most people have played. Recently, Jiaoshou had cleared ¡°Need for Speed Undercover¡±. In this game, Jiaoshou acted as a spy. To prove that he is not a spy, Jiaoshou must do some evil things frequently. So lots of police cars often ran after him. In order to escape from the chase, Jiaoshou need to accelerate his Bugatti Veyron.

To simplify this problem, we just assume that only one police car ran after Jiaoshou. And Bugatti Veyron¡¯s speed is vx. The police car¡¯s speed is vy. v is a function of first degree or a constant, as the form of a*m+b. In this form, m means the minute that the car has run.
Now Jiaoshou is S meters ahead. Jiaoshou like to know if he could escape from the chase. He want you to write a program to solve this problem.
 

Input
The input contains several tests. The first line of the input is a single integer T (T<1000) which is the number of test cases. Then T test cases follow.
Each test case contains three lines. The first line contains a single real number S (0<S<=10^6) , as the problem has described. The second line contains two real numbers ax, bx, indicating Bugatti Veyron¡¯s speed is ax*m+bx. The last line also contains two real numbers ay, by, indicating the police car¡¯s speed is ay*m+by. All numbers are range from -1000 to 1000, except S.
 

Output
If Jiaoshou can escape from the chase, please output ¡°Good driver,Jiaoshou!¡±. Otherwise, please output the real number M rounded to three digits after the decimal point , in the form of ¡°Oh,God!Jiaoshou will be catched after M minutes.¡±

 

Sample Input
2 100 0 10 0 20 1000 0 1 0 0
 

Sample Output
Oh,God!Jiaoshou will be catched after 10.000 minutes. Good driver,Jiaoshou!
 

Author
Water Problem SecKill Expert
 

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-25 13:03:44, Gzip enabled