BUG: 题目:T3473 蓝背心
问题:都是编译失败:.
#include <iostream>
using namespace std;
int main()
{
int a,b,c[101],d=0,e,f,h,j;
cin>>a;
for(b=1;b<=a;b++)
cin>>c[b];
f=c[1];
for(d=1;d<=a;d++)
for(e=d;e<=a;e++)
{
h=0;
for(j=d;j<=e;j++)
h=h+c[j];
if(f<h)
f=h;
}
cout<<f;
return 0;
}
Error downloading the archive file.