Problem1896--连续数(0.3)

1896: 连续数(0.3)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入n个数,n<=500000,每个数不超过10000,求最多连续出现了多少个相同的数。

Sample Input Copy

10

5 5 3 3 3 4 5 6 7 8

Sample Output Copy

3

Source/Category

模拟