Given an array of integers, return the position of the longest subsequence of consecutive integers a, a + 1, a + 2, ... You may assume there is at least on element in the array.