The topographic prominence of a peak is a measure of special interest to mountain climbers and can be dened as follows: the prominence of a peak p with altitude h, relative to the sea level, is the greatest d such that any path on the terrain from p to any strictly higher peak will pass through a point of altitude h d. If there is no strictly higher peak, then the prominence is h itself. Those peaks with topographic prominence greater than or equal to $150000$ centimeters (precision is of great importance to climbers!) have a special name: they are called "Ultras". You have to write a program that identies all the Ultras that occur in a two dimensional prole of a mountain range represented as a sequence of points. Note that the horizontal distance between points is not important; all that you need is the altitude of each point. In the picture below, the Ultras are the points $7$, $12$, $14$, $20$ and $23$.