hdu 1008总WA
http://acm.hdu.edu.cn/showproblem.php?pid=1008含简单的一道题,不知道为什么总WA,求高手指点!#include<stdio....
http://acm.hdu.edu.cn/showproblem.php?pid=1008
含简单的一道题,不知道为什么总WA,求高手指点!
#include<stdio.h>
int fun1(int i)
{
if(i>0)
{
return i*6+5;
}
if(i<0)
{
return -1*i*4+5;
}
return 0;
}
int main()
{ int cur,n,next,total;
while(scanf("%d",&n)!=EOF&&n)
{ cur=total=0;
while(n--)
{
scanf("%d",&next);
total+=fun1(next-cur);
cur=next;
}
printf("%d\n",total);
}
return 0;
} 展开
含简单的一道题,不知道为什么总WA,求高手指点!
#include<stdio.h>
int fun1(int i)
{
if(i>0)
{
return i*6+5;
}
if(i<0)
{
return -1*i*4+5;
}
return 0;
}
int main()
{ int cur,n,next,total;
while(scanf("%d",&n)!=EOF&&n)
{ cur=total=0;
while(n--)
{
scanf("%d",&next);
total+=fun1(next-cur);
cur=next;
}
printf("%d\n",total);
}
return 0;
} 展开
展开全部
// 你的代码加了个注释。 这题。。唬人。。
#include<stdio.h>
int fun1(int i)
{
if(i>0)
{
return i*6+5;
}
if(i<0)
{
return -1*i*4+5;
}
return 5; // 把这里的 0 改成 5 提交就AC 了。。。。
}
int main()
{ int cur,n,next,total;
while(scanf("%d",&n)!=EOF&&n)
{ cur=total=0;
while(n--)
{
scanf("%d",&next);
total+=fun1(next-cur);
cur=next;
}
printf("%d\n",total);
}
return 0;
}
#include<stdio.h>
int fun1(int i)
{
if(i>0)
{
return i*6+5;
}
if(i<0)
{
return -1*i*4+5;
}
return 5; // 把这里的 0 改成 5 提交就AC 了。。。。
}
int main()
{ int cur,n,next,total;
while(scanf("%d",&n)!=EOF&&n)
{ cur=total=0;
while(n--)
{
scanf("%d",&next);
total+=fun1(next-cur);
cur=next;
}
printf("%d\n",total);
}
return 0;
}
今至电子科技有限公司
2024-08-23 广告
2024-08-23 广告
上海今至电子科技有限公司,是一家从事运维服务、系统集成和网络工程的专业公司。业务涵盖IT解决方案、网络工程、应用软件开发、系统集成、服务器虚拟化、桌面虚拟化、高性能运算、负载均衡、数据容灾备份、服务外包、IT运维等。我们的理念:诚信为本,服...
点击进入详情页
本回答由今至电子科技有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询