Maximum circular sum

which consecutive numbers are talking about in this question??

hi @abhinavssr2003_eab0717682969e5c,
here while selecting the elements you can’t skip elements from between

eg 1,2,-3,4,5 you can’t select 1,2,4,5 by skipping -3

basically here u need to select subarray not subsequence