原文地址:http://www.cplusplus.com/reference/vector/vector/max_size/ public member function <vector> std::vector::max_size C98C11 size_type max_size() const noexcept; Return maximum size Returns the maximum number of elements that the vecto…
https://acs.jxnu.edu.cn/problem/HDU1003https://acs.jxnu.edu.cn/problem/HDU1003
描述:
Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence.
(给你一个序列a[1],a[2],a[3]......a[n],你的任务是…