Dr. Henri is looking through his telescope at the MRD Observatory. His telescope is positioned so that it can see all the stars inside a circle of radius
Dr. Henri is interested in 3 particular stars:
Dr. Henri wonders if he can see the brightest star among
Constraints
Input Specification
The first line of input will contain three space-separated integers,
The second line will contain three space-separated integers,
The third line will contain three space-separated integers,
The final line will contain three space-separated integers,
Output Specification
If Dr. Henri can see the brightest star among What a beauty!
. Otherwise, output Time to move my telescope!
.
Sample Input 1
5 2 1
3 1 5
1 4 2
-9 1 4
Sample Output 1
What a beauty!
Sample Input 2
5 2 1
6 5 -1
0 7 2
-2 -3 3
Sample Output 2
Time to move my telescope!
Comments