会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
www.bersaty.com
bersaty
Loading...... move slowly,but actually I am keeping moving
博客园
首页
新随笔
联系
管理
订阅
2013年10月19日
求最大连续子串
摘要: #includeusing namespace std;int main(){ int n,a[100]; cin>>n; for(int i=0;i>a[i]; } int sum=0,ans=a[0]; for(int i=0;ians) ans=sum; if(sum<0) sum=0; } cout<<ans; return 0;}
阅读全文
posted @ 2013-10-19 14:32 bersaty
阅读(184)
评论(0)
推荐(0)
编辑
公告