November 2, 2020
The subsets have the largest sum
Threads:
Write a program to find the maximum sum of the sub-ranges in the array.
Input: Dòng đầu chưa số N là số phần tử của mảng
Dòng tiếp theo chứa các phần tử thứ i của mảng
Output: Tổng lớn nhất của dãy con
For example:
input: 6 -2 11 -4 13 -5 2 output: 20
You are not logged in? Log in to Submit Now!