Son Halo owns n spaceships numbered from 1 to n and a space station. They are initially placed on one line with the space station so the spaceship i is positioned xi meters from the station and all ships are on the same side from the station (xi > 0). All xi are distinct. Station is considered to have number 0 and x0 is considered to be equal to 0.
Every two spaceships with consequent numbers are connected by a rope, and the first one is connected to the station. The rope number i (for 1 ≤ i ≤ n) connects ships i and i−1. Note, that the rope number 1 connects the first ship to the station.
Son Halo considers that the rope i and the rope j intersect when the segments

and

have common internal point but neither one of them is completely contained in the other, where
)
,
)
.

Son Halo wants to rearrange spaceships in such a way, that there are no rope intersections. Because he is lazy, he wants to rearrange the ships in such a way, that the total number of ships that remain at their original position x
i is maximal. All the ships must stay on the same side of the station and at different positions x
i after rearrangement. However, ships can occupy any real positions x
i after rearrangement.
Your task is to figure out what is the maximal number of ships that can remain at their initial positions.