407999: GYM102961 M Playlist

Memory Limit:256 MB Time Limit:0 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

M. Playlisttime limit per test2.0 smemory limit per test256 megabytesinputstandard inputoutputstandard output

You are given a playlist of a radio station since its establishment. The playlist has a total of $$$n$$$ songs.

What is the longest sequence of successive songs where each song is unique?

Input

The first input line contains an integer $$$n$$$: the number of songs.

The next line has $$$n$$$ integers $$$k_1,k_2,\dots,k_n$$$: the id number of each song.

Constraints:

  • $$$1 \le n \le 2\cdot 10^5$$$
  • $$$1 \le k_i \le 10^9$$$
Output

Print the length of the longest sequence of unique songs.

ExampleInput
8
1 2 1 3 2 7 4 2
Output
5

加入题单

算法标签: