binge88888 2016-05-15 12:01 采纳率: 0%
浏览 1214

c语言acm1003 求大神看看我的代码哪错了

Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max sum in this sequence is 6 + (-1) + 5 + 4 = 14.

Input
The first line of the input contains an integer T(1<=T<=20) which means the number of test cases. Then T lines follow, each line starts with a number N(1<=N<=100000), then N integers followed(all the integers are between -1000 and 1000).

Output
For each test case, you should output two lines. The first line is "Case #:", # means the number of the test case. The second line contains three integers, the Max Sum in the sequence, the start position of the sub-sequence, the end position of the sub-sequence. If there are more than one result, output the first one. Output a blank line between two cases.

Sample Input
2
5 6 -1 5 4 -7
7 0 6 -1 1 -6 7 -5

Sample Output
Case 1:
14 1 4

Case 2:
7 1 6
我的代码
#include
int main()
{
int i,t,n,a[100000],b[3],k=1,f,s,min,sum;
scanf("%d",&t);
if(t>=1&&t<=20)
while(t--)
{
scanf("%d",&n);min=0;sum=0;
if(1<=n&&n {
for(i=0;i {
while(1)
{
scanf("%d",&a[i]);
if(a[i]>=-1000&&a[i] }
if(min>a[i])min=a[i];
}
for(i=0;i if(a[i]!=min)
sum+=a[i];
for(i=0;i if(a[i]>=0)
{f=i+1;break;}
for(i=n-1;i>=0;i--)
if(a[i]>=0)
{s=i+1;break;}
printf("Case %d:\n",k++);
printf("%d %d %d\n",sum,f,s);
if(t>=1)printf("\n");
}
}
return 0;
}

  • 写回答

4条回答 默认 最新

  • shiter 人工智能领域优质创作者 2016-05-15 13:06
    关注

    这个是求最大和的子数组么?参考一下

    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器