Problem E
Human Cannonball Run
You are a world-famous circus performer, a human cannonball. This means that you climb into a big, fake cannon and launch yourself great distances to delight young and old alike. Today, you’re not alone. You are at the international human cannonball conference and exposition, where hundreds of similar circus performers have gathered together to share their experiences and practice their craft. While you normally have just one cannon to work with, at the conference there are usually lots of cannons to examine and try out.
The availability of several cannons creates some interesting
opportunities for navigating the conference. If you want to
travel quickly from point
![\includegraphics[width=\textwidth ]{cannons1}](/problems/humancannonball/file/statement/en/img-0001.png)
![\includegraphics[width=\textwidth ]{cannons2}](/problems/humancannonball/file/statement/en/img-0002.png)
You run at a rate of 5 meters per second. All cannons launch you a distance of 50 meters, in any direction you’d like. Climbing into a cannon, launching yourself and landing takes a total of 2 seconds. Cannons are not obstacles; if a cannon is in your way, you can jump over or run around it without it slowing you down. Given your current location, a desired destination and the positions of available cannons, you want to plan how to get to the destination as quickly as possible.
Input
The input describes a single navigation problem. The first
line gives a pair of real numbers, the
Output
Print a single line of output, the total number of seconds required to reach your destination as quickly as possible. Your answer must be accurate to within 0.001 seconds.
Sample Input 1 | Sample Output 1 |
---|---|
25.0 100.0 190.0 57.5 4 125.0 67.5 75.0 125.0 45.0 72.5 185.0 102.5 |
19.984901 |