标签:
for(i=l;i<=n;i++)
{
a[i]=read();
t=t+a[i];
if (t>maxn) maxn=t
if( t<0) t=0;
b[i]=maxn;
}
小朋友
原文地址:http://www.cnblogs.com/jason2003/p/5660555.html