摘要:
#include #include using namespace std; int MaxSubArraySum_1(const vector &arr){ int n=arr.size(); if(n==0) return 0; int sum=arr[0]; int max=arr[0]; for(int i=1;i=0) ... 阅读全文
摘要:
我们都是小孩子在学习变成的道路上,我们可以将生活中学到到的哲学也应用我们的编程中,编程好说明这人有良好的道德品质,良好的品质决定了我们做一切的基础, 人月神话—这个色彩斑斓的名字,勾起了童年对神话故事热情的回忆,它像一个巧克力甜品一样吸引着人们去品尝。翻开书目,却大吃一惊,它并非是潘多拉的盒子,也不 阅读全文