找最长序列描述
给定一个未排序的整数数组,找出最长连续序列的长度。
输入第一行输入数组长度n,第二行输入n个未排序的整数,输出一个整数。n<=100
输出输出最长连续序列的长度
https://leetcode-cn.com/problems/longest-consecutive-sequence/solution/zui-chang-lian-xu-xu-lie-by-leetcode-solution/