Thaw
Tired of the unusually warm winter the residents of Sudislavl decided to find out whether this is a long thaw in the history of weather observations. They appealed to the forecasters, and those, in turn, do research statistics for previous years. They are interested in how many days it lasted the longest thaw.
The thaw is a period when the daily average temperature exceeds degrees Celsius. Write a program that helps forecasters to work.
Input
The first line contains the number of observed days . The next line contains integers — the average temperature on the corresponding day. Temperatures are integers in the range from to .
Output
Print one number — the length of the longest thaw, which is the largest number of consecutive days during which the average daily temperature exceeded degrees. If each day the temperature was non-positive, output .