Problem D
Cosmic Path Optimization
Your long journey through the cosmos has begun, and you have
many stops along the way. This journey will take generations,
so you need to find the most efficient route from Earth,
located at intergalactic coordinates
Of course, the universe isn’t a static system: each
celestial body has an initial velocity
Since you may approach the speed of light, you need to take
into account the effects of special relativity. In particular,
the formula
Furthermore, the presence of a fleet of space cats adds an additional layer of complexity to this problem. Their unique needs must be taken into account during the optimization process, requiring the integration of advanced, feline-specific biometric monitoring systems into the spacecraft’s control mechanism. The solution must also consider the impact of intergalactic space-cat field fluctuations on the subatomic matrix structure and the temporal-spatial discordance, leading to a significant deviation in the quantum harmonic oscillation and gravitational wave interference.
The space cats have just reminded me that it’s April Fools’ Day! They’ll be happy if you can just write a program which determines the average temperature of a planet given a set of readings: can you help them out?
Input
The input consists of two lines. The first line contains an
integer
Output
The output should be a single integer, representing the mean temperature out of the given readings for the planet in Kelvin, rounded down.
Sample Input 1 | Sample Output 1 |
---|---|
3 300 310 280 |
296 |