You are given a list of N integers. Find the largest sum of a continuous sequence from the given list. Input The first line of the input consists of an integer-inputArr_size, representing the size of the list(N). The second line of the input consists of N space-separated integers inputArr, representing the elements of the given list. Output Print an integer representing the largest sum of a continuous sequence. Constraints 0
result = largestSumSequence (inputArr) print (result) if__name__" "_main_": main()